lilypond-user
[Top][All Lists]
Advanced

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

Correctly indicate instrument extensions


From: Tommaso Gordini
Subject: Correctly indicate instrument extensions
Date: Fri, 6 Sep 2013 16:05:56 +0200

Hello :-)
With this code I pointed to the extension of a instrument (the horn). The code is correct, do you think? You can stop the diagonal line so that it does not overlay the treble clef?

\version "2.16.2"

\relative c'' {
  \clef "bass"
  \cadenzaOn
  bes,,,1 \glissando \clef "treble" f''''
  \cadenzaOff
  \bar "||"
}
\layout {
  \context {
  \Staff \remove "Time_signature_engraver"
}
\context {
  \Score
  \remove "Bar_number_engraver"
  \override SpacingSpanner #'uniform-stretching = ##t
}
}

Ciao e grazie
Tommaso



reply via email to

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