Status: Accepted
Owner: ----
Labels: Type-Documentation

New issue 3369 by [email protected]: Doc: delayed turn
http://code.google.com/p/lilypond/issues/detail?id=3369

An email
http://lists.gnu.org/archive/html/lilypond-devel/2013-04/msg00401.html
suggests simplifying the example of a delayed turn in Notation Reference 1.3.1

The current example builds the graphic using markup, but regular musical input can describe such a turn, letting LilyPond handle spacing and transposition.

\relative c'' {
  c2*2/3 ( s2*1/3\turn d4) r
  <<
    { c4.( d8) }
    { s4 s\turn }
  >>
  \transpose c d \relative c'' <<
    { c4.( d8) }
    {
      s4
      \once\set suggestAccidentals = ##t
      \once\override AccidentalSuggestion #'outside-staff-priority = ##f
      \once\override AccidentalSuggestion #'avoid-slur = #'inside
      \once\override AccidentalSuggestion #'font-size = #-3
      \once\override AccidentalSuggestion #'script-priority = #-1
      \once\hideNotes
      b8-\turn \noBeam
      s8
    }
  >>
}

For more recent versions, David Kastrup suggests \single\hideNotes instead of \once\hideNotes, in case someone puts another note simultaneous with the hidden note in the same Voice. (Although if there is already a note at that moment in in that voice, the turn is on that note, so is not a delayed turn and needs no hidden note at all.)

--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

Reply via email to