Mark Pim <[EMAIL PROTECTED]> 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


_______________________________________________
lilypond-user mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to