Hi Amir,

I'm not sure if I understand your last sentence correctly - did you mean, \makeCluster doesn't do what you need in general, or did you mean that you need to apply \makeCluster over several staffs?

If you meant the latter, that is no problem. \makeCluster does work over several systems - you just have to apply \change Staff to the music expressions. Like this

\version "2.19.35"

\score{
        
        \new PianoStaff <<
                
                \new Staff = "up" { s1 }
\new Staff = "lo" { \clef bass \makeClusters { < c c' >8 < d' d'' > \change Staff = "up" < e' c > < f'' c > } g' \change Staff = "lo" c' b a, }
        >>
}

Best,
Robert




Am 27/01/2017 um 19:11 schrieb Amir Teymuri:
Hello Lilypond users,

i want to notate a cluster for piano reaching from b, to a'' expanding over 
both right- and lefthand systems. however i have found till know the 
\makeClusters command which doesn't look like what i am looking for. Can any 
one help?

Thanks,
Amir

...................................
Amir Teymuri <ateymur...@gmail.com>
................................................................
X-Mailer: Sylpheed 3.5.0beta1 (GTK+ 2.24.25; x86_64-pc-linux-gnu)

_______________________________________________
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