your welcome

Stephen

On Tue, Jun 2, 2015 at 12:05 PM, Mark Stephen Mrotek <carsonm...@ca.rr.com>
wrote:

> Stephen,
>
>
>
> Thank you .
>
>
>
> Mark
>
>
>
> *From:* Stephen MacNeil [mailto:classicalja...@gmail.com]
> *Sent:* Tuesday, June 02, 2015 4:49 AM
> *To:* carsonm...@ca.rr.com; Lilypond-User Mailing List
> *Subject:* tuplet beam
>
>
>
> use [ ]
>
> eg
>
> %%%%%%%%%%%
>
> \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^. |
>
> }
>
> >>
>
> }
>
> %%%%%%%%%%%
>
>
>
> HTH
>
> Stephen
>
>
>
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to