Re: Incipit: horizontal alignment of instrument names

2022-09-20 Thread Johannes Roeßler
Thank you, Jean - it worked! InstrumentName = "Org"   \override InstrumentName.self-alignment-X = #0.8

Re: Incipit: horizontal alignment of instrument names

2022-09-20 Thread Jean Abou Samra
Le 20/09/2022 à 10:35, Johannes Roeßler a écrit : Hi Group, I've got issues with aligning the instrument names when using incipits. A solution discribed here https://lilypondforum.de/index.php/topic,894.0.html help to some degree, but my piano staff still doesn't fit. [...] Any advice?

Incipit: horizontal alignment of instrument names

2022-09-20 Thread Johannes Roeßler
Hi Group, I've got issues with aligning the instrument names when using incipits. A solution discribed here https://lilypondforum.de/index.php/topic,894.0.html help to some degree, but my piano staff still doesn't fit. \version "2.22.0" altinc={ \clef "alto" \time 2/2 \key g\major b4 } \sc

Re: Alignment of instrument names

2016-11-12 Thread Francesco Napoleoni
In data sabato 12 novembre 2016 09:29:54, Kieren MacMillan ha scritto: > Here’s some code that David N. whipped up for me which, I believe, does what > you want. Note that it does NOT automatically set the indent — you need to > do this manually (by trial and error, essentially). Ok, I have to stu

Re: Alignment of instrument names

2016-11-12 Thread Kieren MacMillan
Hello Francesco, > how can I get instrument names at the start of staves > automatically aligned to the internal page margin? […] > In principle such alignment could be obtained enclosing the column of all the > instrument names in a box, which in turn could be aligned to the printing > margin,

Re: Alignment of instrument names

2016-11-10 Thread Alexander Kobel
On 2016-11-10 16:34, Simon Albrecht wrote: On 10.11.2016 15:28, Francesco Napoleoni wrote: (how) can I get instrument names at the start of staves automatically aligned to the internal page margin? Unfortunately you can’t. There already is a request for that feature in our issue tracker, but i

Re: Alignment of instrument names

2016-11-10 Thread Simon Albrecht
On 10.11.2016 15:28, Francesco Napoleoni wrote: (how) can I get instrument names at the start of staves automatically aligned to the internal page margin? Unfortunately you can’t. There already is a request for that feature in our issue tracker, but it hasn’t been implemented yet. The code

Re: alignment of instrument names

2005-06-28 Thread libero . mureddu3
Thank you Mats, it works perfectly! Libero >-- Original Message -- >Date: Tue, 28 Jun 2005 11:27:30 +0200 >From: Mats Bengtsson <[EMAIL PROTECTED]> >To: [EMAIL PROTECTED] >CC: lilypond-user@gnu.org, Lilypond bug >Subject: Re: alignment of instrument names > >

Re: alignment of instrument names

2005-06-28 Thread Mats Bengtsson
(To bug-lilypond: why isn't InstrumentName #'X-offset-callbacks set by default, so you can just set self-alignment-X to get center or right aligned instrument names? ) The only solution that has appeared in the mailing list archives, as far as I know, is to use Text Markup commands, such as \s

alignment of instrument names

2005-06-27 Thread libero . mureddu3
Hi, By default, in a score, lily left align instrument names. How is it possible to right-align the names? Or to center-align them? I would like to have, as staff group name, "Horns", and I, III and II, IV right aligned as staff names. Thanks in advance for any help. Libero ___