On 07.01.2016 19:23, Pierre Perol-Schneider wrote:
Oops, my fault, I forgot about the slur.
So here it goes,

\version "2.18.2"
%\language "german"

\layout {
  \context {
    \ChordNames
    \override ChordName.font-family = #'serif
    \override ChordName.font-size = #0
  }
}

<<
  \chords {
    f2 gis4 dis b
  }
  <<
    \relative c'' {
      \numericTimeSignature
      \voiceOne
      \tuplet 3/2 { c8 c c }
      \tuplet 3/2 { c c c }
      \override Beam.positions = #'(4 . 4)
      \tuplet 3/2 { dis dis dis }
      \tuplet 3/2 { dis dis dis } | %m1

For the five preceding lines, I’d rather do:
      \tuplet 3/2 4 {
        c8 c c c c c
        \offset positions #'(.5 . .5) Beam
        dis dis dis dis dis dis
        \revert Beam.positions
      } | %m1

Easier to read, write and maintain.

Best, Simon

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

Reply via email to