lilypond-user
[Top][All Lists]
Advanced

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

RE: subdivided beams partially successful


From: Fairchild
Subject: RE: subdivided beams partially successful
Date: Sun, 4 Jun 2006 10:12:20 -0500

Snippet extended:

%%%%%%%%%%%%%%
     \relative c'' { \time 2/4
\set subdivideBeams = ##t
\set Score.beatLength = #(ly:make-moment 1 8)
\times 4/6 { c16 c c c c c }
\times 4/6 { c16[ c c c c c] } \break
\times 2/3 { c16 c c c c c }
\times 2/3 { c16[ c c c c c] } \break
\times 2/3 { c16 c c } \times 2/3 { c c c }
\times 2/3 { c16[ c c } \times 2/3 { c c c] }
     }
\layout { indent = 0 raggedright = ##t }
%%%%%%%%%%%%%%

                               - Bruce

-----Original Message-----
From: address@hidden
[mailto:address@hidden On Behalf Of
Kieren Richard MacMillan
Sent: Friday, May 26, 2006 4:00 PM
To: James Wilkinson
Cc: address@hidden
Subject: Re: subdivided beams partially successful


Hi, James:

The "easy" way is to explicitly include a connected beam around the  
duration of a quarter note each time, q.v., the second set of six  
16th notes in

%% CODE SNIPPET BEGINS
\version "2.9"
\relative c''
{
        \set subdivideBeams = ##t
        \set Score.beatLength = #(ly:make-moment 1 8)
        \times 4/6 { c16 c c c c c } \times 4/6 { c16[ c c c c c] }
}
%% CODE SNIPPET ENDS

There's probably a (better) way to do it using Lilypond's auto-beam- 
settings, but I don't know enough about it to give you that answer.

Good luck!
Kieren.


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







reply via email to

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