Hi Stephan,
This is described in the NR Section 1.1.3 (version 2.19.59), "
* Adding an ottava marking to a single voice".*
Something I use all the time. But a bit hard to find in the doc as it is
not indexed specifically.
Andrew
___
lilypond-user maili
Thank you, that was the solution.
Regards
___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user
Am 24.04.2017 um 10:23 schrieb zs.has...@gmx.de:
> I do not know, how to switch off the influence of \ottava #1 in the upper
> voice to the lower voice.
\ottava seems to change the middleCPosition for the whole staff so try
\set Voice.middleCPosition = 1
in the lower voice.
_
The example with the problem is
[Example]
\version "2.19.41"
global = {
\key c \major
\time 4/4
}
upper = \relative c' {\voiceOne
\global
e'1 \ottava #1 e'1
}
lower = \relative c' { \voiceTwo
\global
e,1 ~ e1
}
\score {
\new Staff { \clef "treble_8" << \upper \\ \lower >>