lilypond-user
[Top][All Lists]
Advanced

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

Re: 3/4 Time SIgnature


From: Mats Bengtsson
Subject: Re: 3/4 Time SIgnature
Date: Thu, 01 Nov 2007 11:03:26 +0100
User-agent: Thunderbird 2.0.0.5 (X11/20070716)

See the section on "Setting automatic beam behavior" in the manual.
In your example, you can do
\relative c' {
          \time 3/4
          c8 d e f e d
          #(override-auto-beam-setting '(end 1 8 3 4) 1 4)
          #(override-auto-beam-setting '(end 1 8 3 4) 2 4)
          c8 d e f e d
          c[ d] e[ f] e[ d]
}

   /Mats

Hugo Leonardo Ribeiro wrote:
Is there a way for Lilypond, in 3/4 meter, to join automatically the beams each pair of eights? Because in this meter, if the measure there is only eights, Lilypond join all the beams together, and to split them I have to do it manualy. In a small music I can do it, but in a big score it is a hard work...

\relative c' {
           \time 3/4
           c8 d e f e d
           c[ d] e[ f] e[ d]
}

Thanks

Hugo
------------------------------------------------------------------------

_______________________________________________
lilypond-user mailing list
address@hidden
http://lists.gnu.org/mailman/listinfo/lilypond-user

--
=============================================
        Mats Bengtsson
        Signal Processing
        Signals, Sensors and Systems
        Royal Institute of Technology
        SE-100 44  STOCKHOLM
        Sweden
        Phone: (+46) 8 790 8463                         
       Fax:   (+46) 8 790 7260
        Email: address@hidden
        WWW: http://www.s3.kth.se/~mabe
=============================================





reply via email to

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