Hi,

Is it possible to create some general setup for the total number of bars
within the score, including time changes?

In the example I have a score with two voices on the right (piano) staff
with 6/8 and 3/8 bars.

When I create in one voice some rhythmic accents (like grace notes or
acciaccatura) the new time indicator gets duplicated.

 

-- Maarten

 

 

\version "2.16.1"

global = {
  \key c \major
  \time 6/8
  \tempo 4=100
}

rightOne = \relative c'' {
  \global
  c2. |
   \time 3/8 bes16as es as bes c |
  \time 6/8 \acciaccatura  { bes16[ c16] } bes4.~ bes |
  g8 bes es g bes es |
}
rightTwo = \relative c'' {
  \global
  a2. |
     \time 3/8 f8 s f |
  \time 6/8  f4 f g |
  g4. r |
}

\score {
  \new PianoStaff \with {
  } <<
    \new Staff = "right" \with {
      midiInstrument = "acoustic grand"
    }
    << {
      \mergeDifferentlyHeadedOn
      \mergeDifferentlyDottedOn
      \rightOne
       } \\ \rightTwo >>
  >>
  \layout { }
  \midi { }
}

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

Reply via email to