bug-lilypond
[Top][All Lists]
Advanced

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

\transpose and \quote


From: Werner LEMBERG
Subject: \transpose and \quote
Date: Sat, 25 Sep 2004 15:23:06 +0200 (CEST)

% important
% address@hidden

\version "2.3.18"

\header { texidoc = "
\transpose should handle \quote fragments also.  In the example below,
both hornOne and hornTwo are input as they sound (i.e., in C) so that
the use of \transposition is inappropriate.
" }

hornOne = \relative c' {
  c4 d e f | g2 g |
}
\addquote "quotedHornOne" \hornOne


hornTwo = \relative c' {
  \quote "quotedHornOne" 1 |
  g'2 g |
}

\score {
  \context Staff {
    \transpose f c' \hornTwo
  }

  \paper {
    raggedright = ##t
  }
}

% EOF

PNG image


reply via email to

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