Hello:

 

Using the example in manual 2.18, I coded a delayed turn - see attachment.

I want the turn to be a little higher than the "bes."

Any instructions would be appreciated.

 

Thank you for your kind attention.

 

Mark

\version "2.18.2"

\score {
  \new PianoStaff <<
    \set PianoStaff.instrumentName = #"Var. VIII  "
    \new Staff = "upper"
    
    \relative c'' {
    \time 4/4
    \key bes \major
    
    <<{bes'2*1/2 (s2*1/2\turn d4. c8) | bes4. ( a8 ees'4^.)}\\
      {f,1_\markup {\dynamic "pp" \italic \dolce} | f2.}>> r4 |
    
    }
    
    \new Staff = "lower" 
    \relative c {
    \clef bass 
    \key bes \major
    
    \clef treble
    <bes'' d>1 | <c ees>2. r4 |
      
    }
  >>
  \layout { }
  
}
_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to