lilypond-user
[Top][All Lists]
Advanced

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

Re: \change Staff and barchecks in LilyPondTool


From: George_
Subject: Re: \change Staff and barchecks in LilyPondTool
Date: Tue, 14 Dec 2010 09:38:57 -0800 (PST)


Phil Holmes-2 wrote:
> 
> ----- Original Message ----- 
> From: "George_" <address@hidden>
> To: <address@hidden>
> Sent: Monday, December 13, 2010 10:26 PM
> Subject: \change Staff and barchecks in LilyPondTool
> 
> Could you post a tiny, complete example that shows this, please?
> 
> --
> Phil Holmes
> 
> 
> 
> _______________________________________________
> lilypond-user mailing list
> address@hidden
> http://lists.gnu.org/mailman/listinfo/lilypond-user
> 
> 


Sure:

\version "2.13.40"

staffPiano = \new PianoStaff {
                \time 4/4
                        <<
                \new Staff = "RH" 
                \relative c' {
                        c16 d e f g a b c8 b16 a g f e d c |
                        
                        bes'8. a16 g f e d
                        \change Staff = "LH"
                        cis4 d,8 \rest cis' |
                        
                        \change Staff = "RH"
                        e16 d c d e8 f
                        \change Staff = "LH"
                        gis, e r 
                        \change Staff = "RH"
                        a' |
                        
                        \change Staff = "LH"
                        r8 a,16 gis a8 b
                        c c16 b c8 b |

                        }
                
                \new Staff = "LH" {
                        \clef F
                        s1 s1 s1 s1
                        }
        >>
}



\score {
        <<
                \staffPiano
        >>
        
  \layout {
  }
}

The first bar is just a CM scale; it's not really relevant, but its barcheck
is correct: 1/1.

Bar 2: 17/16
Bar 3: 11/8
Bar 4: 9/8
-- 
View this message in context: 
http://old.nabble.com/%5Cchange-Staff-and-barchecks-in-LilyPondTool-tp30449894p30457014.html
Sent from the Gnu - Lilypond - User mailing list archive at Nabble.com.




reply via email to

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