lilypond-user
[Top][All Lists]
Advanced

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

Re: Odd placement of the "Opus" string


From: Graham Percival
Subject: Re: Odd placement of the "Opus" string
Date: Mon, 31 Jul 2006 15:53:32 -0700
User-agent: Thunderbird 1.5.0.5 (Macintosh/20060719)

Mats Bengtsson wrote:
A pragmatic solution is to use some other header field that's positioned where
you want the opus number to appear, for example you could try
\header{
 ...
 arranger = "Op 36"
 ...
}


Two other pragmatic solutions:
  composer = "Me and Myself, Op. 36"

  composer = \markup { \column { \line {Me and Myself}
     \line {Op. 36 }
  }}

IIRC, I use the first of these.

Cheers,
- Graham




reply via email to

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