lilypond-user
[Top][All Lists]
Advanced

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

Re: Question about \repeat unfold


From: Víctor
Subject: Re: Question about \repeat unfold
Date: Wed, 10 Jun 2015 14:21:23 -0500
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0

Hello Daniel:

You could use a hidden voice to add markups, dynamics, whatever and leave your repeat like it is. Something like:

music = { \repeat unfold 12 c4 }

control = {
    s1*2
    s1^\markup{ bla }
}

\score {
    <<
        \new Staff <<
            \new Voice \music
            \new Voice \control
        >>
    >>
}

El 10/06/15 a las 13:54, Daniel Contreras escibió:
Hello ponders,
I have a question about using the repeat unfold function. Is it possible to 
write a mark up on the second repeat. For example…
I want to write a indicator and notation on the bottom of the very last measure 
of a passage, the passage itself repeats two times. Is there a way for that 
annotation to only show up on the second repeat? Hope this makes sense. Thank 
you

Daniel Contreras
_______________________________________________
lilypond-user mailing list
address@hidden
https://lists.gnu.org/mailman/listinfo/lilypond-user




reply via email to

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