Trevor,
Thank you for the information. Knowing my coding was correct is a happy thing. Pierre’s suggestion worked perfectly. Mark From: Trevor Daniels [mailto:[email protected]] Sent: Saturday, September 27, 2014 3:40 PM To: Mark Stephen Mrotek; 'Pierre Perol-Schneider' Cc: 'lilypond-user' Subject: Re: stem comflict Mark There there several long-standing and tricky-to-fix problems concerning grace notes; your example trips over one of them. See https://code.google.com/p/lilypond/issues/detail?id=630 Pierre suggestion to explicitly specify the voice is a work-around for your particular case. Trevor ----- Original Message ----- From: Mark Stephen Mrotek <mailto:[email protected]> To: 'Pierre Perol-Schneider' <mailto:[email protected]> Cc: 'lilypond-user' <mailto:[email protected]> Sent: Saturday, September 27, 2014 5:20 PM Subject: RE: stem comflict Pierre, Thank you for the two solutions. The first suits my “thinking” better My assumption (incorrect?) was that in the << \\ >> context the first { } was voice one and therefore stem up, and the second { } was voice two and therefore stem down. Is this not always the case? Mark From: Pierre Perol-Schneider [mailto:[email protected]] Sent: Saturday, September 27, 2014 12:15 AM To: Mark Stephen Mrotek Cc: lilypond-user Subject: Re: stem comflict Hi Mark, 2014-09-26 22:40 GMT+02:00 Mark Stephen Mrotek <[email protected]>: What must I do to get the upper version have the same stem alignment as the lower? Try : \version "2.18.0" \relative c' { \time 2/4 << \stemUp { \grace b''8( e,4. ) a8 | \grace a8( gis4\trill ) gis8 r } \\ \stemDown { d4 c | b2 } >> } or : \version "2.18.0" \relative c' { \time 2/4 << \voiceOne { \grace b''8( e,4. ) a8 | \grace a8( gis4\trill ) gis8 r } \\ \voiceTwo { d4 c | b2 } >> } HTH, Pierre _____ _______________________________________________ lilypond-user mailing list [email protected] https://lists.gnu.org/mailman/listinfo/lilypond-user
_______________________________________________ lilypond-user mailing list [email protected] https://lists.gnu.org/mailman/listinfo/lilypond-user
