The intention is that LilyPond should give a nice layout by default,
so if you think the output looks wrong (and you haven't done anything
very strange), then please send an example file to [EMAIL PROTECTED]

Having said that, I have to admit that I don't know any really good
solution to your problem. However, there are many tricks you could try.

One is to add an invisible note at the end of the grace notes:
\grace{ c8 \hideNotes c8 \unHideNotes }

Another is to add a textual instruction that is invisible but
takes some space:
  \grace{ \fatText c8^"$ $" \emptyText} d4 e f2 |
The \fatText tellt LilyPond to actually take the size of the
text script into account when calculating the note spacing,
the dollar signs are just there to fool LilyPond into beleiving
that there actually is some text. Just ^"   " doesn't work anymore,
as it used to do some years ago.

/Mats

Vít Reichel wrote:
Please help. How can I move a note slightly to the right? I am not able to find it in 
the documentation.
Thanks in advance.
_______________________________________________
Lilypond-user mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/lilypond-user

-- ============================================= Mats Bengtsson Signal Processing Signals, Sensors and Systems Royal Institute of Technology SE-100 44 STOCKHOLM Sweden Phone: (+46) 8 790 8463 Fax: (+46) 8 790 7260 Email: [EMAIL PROTECTED] WWW: http://www.s3.kth.se/~mabe =============================================


_______________________________________________ Lilypond-user mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/lilypond-user

Reply via email to