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

_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to