lilypond-user
[Top][All Lists]
Advanced

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

How do you re-print instrument names for certain systems?


From: Speldosa
Subject: How do you re-print instrument names for certain systems?
Date: Mon, 19 May 2014 14:18:16 -0700 (PDT)

I have a score that looks like this.

\score
{
        \new ChoirStaff
        <<
                \new Staff
                <<
                        \set Staff.instrumentName = #"Soprano"
                        \new Voice = "S"
                        \relative c'{
                        c1 | c1 | c1 | c1 | 
                        c1 | c1 | c1 | c1 | 
                        c1 | c1 | c1 | c1 | 
                        c1 | c1 | c1 | c1 |}
                        \new Lyrics \lyricsto "Soprano" { \sopranoWords }
                >>
                \new Staff
                <<
                        \set Staff.instrumentName = #"Alto"
                        \new Voice = "A"
                        \relative c'{
                        c1 | c1 | c1 | c1 | 
                        c1 | c1 | c1 | c1 | 
                        c1 | c1 | c1 | c1 | 
                        c1 | c1 | c1 | c1 |}
                        \new Lyrics \lyricsto "Alto" { \altoWords }
                >>
}

This results in a score where the words "Soprano" and "Alto" are printed
before the start of the two staffs for the first system. However, for
certain subsequent systems, I would like the instrument names to be
re-printed. How can I accomplish this?




--
View this message in context: 
http://lilypond.1069038.n5.nabble.com/How-do-you-re-print-instrument-names-for-certain-systems-tp162582.html
Sent from the User mailing list archive at Nabble.com.



reply via email to

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