lilypond-user
[Top][All Lists]
Advanced

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

Ottava only for Voice


From: zs.hassia
Subject: Ottava only for Voice
Date: Mon, 24 Apr 2017 10:23:20 +0200

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 >> }
  \layout { }
 
}

[\example]

I do not know, how to switch off the influence of \ottava #1 in the  upper
voice to the lower voice.

Regards




reply via email to

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