lilypond-user
[Top][All Lists]
Advanced

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

Re: Cluster exapnded over two systems


From: Robert Schmaus
Subject: Re: Cluster exapnded over two systems
Date: Sat, 28 Jan 2017 10:17:32 +0100
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.12; rv:45.0) Gecko/20100101 Thunderbird/45.7.0

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 <address@hidden>
................................................................
X-Mailer: Sylpheed 3.5.0beta1 (GTK+ 2.24.25; x86_64-pc-linux-gnu)

_______________________________________________
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]