Hello,

 

The attached snippet, tuplet beam, produces the tuplets grouped in three
sixteenths, as I want.

When I copy and paste the code into the score, 6 Var WoO 70(5), the beaming
changes.

 

What needs to be changed?

 

Thank you for your kind attention.

 

Mark

\version "2.18.2"

\relative c'' {
      \clef treble
      \key g \major
      \time 6/8
      \tempo \markup {"Variation 5"}
   
      \set Timing.beamExceptions = #'()
      \set Timing.baseMoment = #(ly:make-moment 1/8)
      \set Timing.beatStructure = #'(1 1 1 1 1 1 )
      \override TupletNumber #'stencil = ##f
      \override TupletBracket #'bracket-visibility = ##f
      
      
      \partial 8 r8 |
      \tuplet 3/2 {r16 d'-3 c b bes-3 a } g8-.
      \tuplet 3/2 {r16 c-3 b a gis g-2 } fis8-. |
      
}
\version "2.18.0"

\score {
  \new PianoStaff <<
    \new Staff = "upper"
    \relative c'' {
      \clef treble
      \key g \major
      \time 6/8
      \tempo \markup {"Variation 5"}

      \set Timing.beamExceptions = #'()
      \set Timing.baseMoment = #(ly:make-moment 1/8)
      \set Timing.beatStructure = #'(1 1 1 1 1 1 )
      \override TupletNumber #'stencil = ##f
      \override TupletBracket #'bracket-visibility = ##f
      
      
      \partial 8 r8 |
      \tuplet 3/2 {r16 d'-3 c b bes-3 a } g8-.
      \tuplet 3/2 {r16 c-3 b a gis g-2 } fis8-. |
      
      
      
    }
    
    \new Staff = "lower"
    \relative c {
      \clef bass
      \key g \major
      \time 6/8
      
      \partial 8 \clef treble < b''_3 d-1 >8^. |
      
      
 
    }
    
  >>
  
  }
    

  
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to