lilypond-user
[Top][All Lists]
Advanced

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

beatStructure


From: pabuhr
Subject: beatStructure
Date: Sun, 23 Sep 2012 20:37:20 -0700

I've tried everything but I can't get the first bar without square brackets to
look like the second bar with square brackets. Can someone make it so.


\version "2.16.0"
\language english
#(set-global-staff-size 24)

\score {
  <<
        \context Voice = one {
          \key g \major \time 4/4
          \set Timing.baseMoment = #(ly:make-moment 1 8)
          \set Timing.beatStructure = #'(2 2 2 2)
          <a e'>8 <a e'>8 <a fs'>8 <a fs'>8 <a e'>8 <a e'>8 <a fs'>8 <a fs'>8
          <a e'>8 [ <a e'>8 ] <a fs'>8 <a fs'>8 <a e'>8 [ <a e'>8 ] <a fs'>8 <a 
fs'>8
          | \bar "|."
        }
  >>
} % score



reply via email to

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