lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Rotated (instrument name) text


From: Henrik Frisk
Subject: Re: Rotated (instrument name) text
Date: Tue, 05 Sep 2006 13:55:04 +0200

Mark Pim <address@hidden> wrote:

> Version 2.8.6 under WinXP
> 
> Is there any way to rotate a markup (specifically an instrument name) by 90 
> degrees?
>  
See the snippet below.

\score {
  \relative c' {
      c4^\markup {\rotate #90.0 {"hello"}}
      c4^\markup {\column {"h" "e" "l" "l" "o"}}
  }
}

Best,

/Henrik




reply via email to

[Prev in Thread] Current Thread [Next in Thread]