Hi Joram!

Thanks a lot! That looks both cleaner and easier, at least for me to 
understand! Yes, I would love to have command like this! That would be really 
nice.

Best wishes!
/Peter

Peter Danemo
+46-70-653 21 91
E-post: [email protected]
Web: danemo.com




> 27 jan 2015 kl. 07:12 skrev Noeck <[email protected]>:
> 
> Hi Peter,
> 
> just to give you some alternatives at hand:
> 1. The override can be defined earlier if you want the music part of your file
> to look cleaner/shorter.
> 2. If you do not need/want the spanner lines, a simple text ^"..." does the 
> trick.
> 3. This text (as well as the spanner text) can be formatted, e.g. with 
> italics.
> 
> 
> \version "2.18.2"
> 
> rit = { \override TextSpanner.bound-details.left.text = \markup { \upright
> "rit." } }
> 
> \relative {
>  % use the definition above
>  \rit
>  b1\startTextSpan c
>  e,\stopTextSpan
>  % simple annotation without spanner
>  c'^"rit."
>  % same in italics
>  c^\markup \italic "rit."
> }
> 
> 
> HTH,
> Joram
> 
> 
> PS: Wouldn’t it be nice to have these commands (or similar):
> b1\startText "rit." c e,\stopText
> 
> _______________________________________________
> 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

Reply via email to