lilypond-user
[Top][All Lists]
Advanced

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

Re: How to reproduce this?


From: Simon Albrecht
Subject: Re: How to reproduce this?
Date: Thu, 7 Jan 2016 21:59:42 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.4.0

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



reply via email to

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