bug-lilypond
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Bug: Repeated chords (via "q") are not rendered when using ly:book-p


From: Jean Abou Samra
Subject: Re: Bug: Repeated chords (via "q") are not rendered when using ly:book-process.
Date: Sat, 30 Mar 2024 18:01:56 +0100
User-agent: Evolution 3.50.4 (3.50.4-1.fc39)

Le samedi 30 mars 2024 à 16:47 +0000, Lovis B. Suchmann a écrit :
> \version "2.24.3"
> 
> % Repeated chords (via "q") are not rendered when using ly:book-process.
> 
> test = { r4 <c' e'> r q | }
> 
> \book { \score { \test \layout {} } }
> 
> #(ly:book-process (ly:make-book $defaultpaper
> #f
> (ly:make-score test))
> $defaultpaper
> $defaultlayout
> (string-append (ly:parser-output-name) "-1"))



This isn't a bug. You probably want to use scorify-music instead of
the low-level function ly:make-score.

Attachment: signature.asc
Description: This is a digitally signed message part


reply via email to

[Prev in Thread] Current Thread [Next in Thread]