Hello Marc:

On Sat, 2013-07-27 at 10:11 -0700, MarcM wrote:
> I'm trying to write "Mouvt" the abbreviation of the french word "Mouvement"
> For some reason a whitespace is inserted between the 'v' and the 't'
> MouvtRubato.ly
> <http://lilypond.1069038.n5.nabble.com/file/n148476/MouvtRubato.ly>  
> MouvtRubato.pdf
> <http://lilypond.1069038.n5.nabble.com/file/n148476/MouvtRubato.pdf>  
> 
> \version "2.17.22" 
> 
> MouvtRubatoA = \markup{ Mouv\raise #0.5 {\small t} (Rubato)} 
\version "2.17.22" 

try: 

MouvtRubatoB = \markup { \concat { Mouv\raise #0.5 {\small t} "
" (Rubato)}}

Concatenation works on my version 2.16.2.  I think that it still works
in 2.17.22, I may be wrong though.

Rachael 

> MouvtRubatoB = \markup{ Mouv\super{t} (Rubato)} 
> 
> { \relative c'{ 
> c^\MouvtRubatoA 
> }} 
> { \relative c'{ 
> c^\MouvtRubatoB 
> }}
> 
> 
> 
> 
> --
> View this message in context: 
> http://lilypond.1069038.n5.nabble.com/Writing-Mouvt-abbreviation-of-Mouvement-tp148476.html
> Sent from the User mailing list archive at Nabble.com.
> 
> _______________________________________________
> lilypond-user mailing list
> lilypond-user@gnu.org
> https://lists.gnu.org/mailman/listinfo/lilypond-user



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

Reply via email to