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
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


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

Reply via email to