lilypond-user
[Top][All Lists]
Advanced

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

Re: Optional notation


From: Wilbert Berendsen
Subject: Re: Optional notation
Date: Tue, 2 Jun 2009 14:56:34 +0200
User-agent: KMail/1.11.2 (Linux/2.6.28-11-generic; KDE/4.2.2; i686; ; )

Op dinsdag 02 juni 2009, schreef Jonathan Kulp:
> \version "2.12.1"
>
> \relative c'' {
>    \override TupletBracket #'bracket-visibility = ##f
>    \times 2/3{\slurDashed c8([ d] \set fontSize = #-2
>    \set stemRightBeamCount = #0 e[])} \unset fontSize f,4
> }

this one has the small beam in the same slope as the other one, and uses a 
(more modern) tuplet bracket (instead of the slur), which is dashed to 
indicate it's optionality.

\version "2.12.1"

\relative c'' {
  \once \override TupletBracket #'bracket-visibility = ##t
  \once \override TupletBracket #'style = #'dashed-line
  \once \override TupletBracket #'dash-period = #1
  \once \override TupletBracket #'dash-fraction = #1/6
  \times 2/3 {
    c8[
    \set stemRightBeamCount = #0
    d
    \teeny
    e]
  }
  \normalsize
  f,4
}

best regards,
Wilbert Berendsen

-- 
Frescobaldi, LilyPond editor for KDE: http://www.frescobaldi.org/




reply via email to

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