lilypond-user
[Top][All Lists]
Advanced

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

Re: Tweaking an ottava bracket after a break


From: Lukas-Fabian Moser
Subject: Re: Tweaking an ottava bracket after a break
Date: Sat, 6 Nov 2021 22:45:57 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.13.0


Since #'(1 7) is a list of numbers, you could write it this way:

%%%%
\relative {
  \alterBroken padding 1,7 Staff.OttavaBracket
  \ottava 1 c''''1 \break
  c2 2
}
%%%%

Right, thanks! I had a feeling there was a way to do this using dak's syntax enhancements but couldn't remember what it was...

But it seems to work only for integer numbers, if I'm not mistaken?

Lukas




reply via email to

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