Re: staffname not shown

2009-11-29 Thread Xavier Scheuer
Le Sun, 29 Nov 2009 14:25:27 +0100, Stefan Thomas a écrit : > Dear Alexander, > thanks, Your propsal works fine! Wow, three answers in a 5-minutes time! It appears I wasn't the fastest... nor the most complete. Thanks Alexander for the nice explanation. I understand it better now. Sincerly, Xa

Re: staffname not shown

2009-11-29 Thread David Kastrup
James Bailey writes: > I don't understand why either, but you get around the problem by using > the \new Staff \with { instrumentName = "Ausführung" } syntax. I'm > 100% percent sure that the culprit is the umlaut, although why, is > beyond me. It's probably a bug. The Umlaut is a separate bug

Re: staffname not shown

2009-11-29 Thread Stefan Thomas
Dear Alexander, thanks, Your propsal works fine! 2009/11/29 Alexander Kobel > Stefan Thomas wrote: > >> Dear community, >> the second staffname in the below snippet is not displayed. I don't >> unterstand, why: >> \version "2.12.2" >> notiert = \relative c'' { >> \grace c8 b2 c4 r >> } >> ausfue

Re: staffname not shown

2009-11-29 Thread Xavier Scheuer
Le Sun, 29 Nov 2009 13:56:13 +0100, Stefan Thomas a écrit : > Dear community, > the second staffname in the below snippet is not displayed. I don't > unterstand, why: It's a known issue with synchronising grace, but I didn't know it also affect instrumentName ! Just add a \grace s8 in "ausfuehr"

Re: staffname not shown

2009-11-29 Thread Alexander Kobel
Stefan Thomas wrote: Dear community, the second staffname in the below snippet is not displayed. I don't unterstand, why: \version "2.12.2" notiert = \relative c'' { \grace c8 b2 c4 r } ausfuehr = \relative c'' { c4(->\> b\!) c4 r4 \bar"||" } \score { << \new Staff { \set Staff.instrumen

Re: staffname not shown

2009-11-29 Thread James Bailey
I don't understand why either, but you get around the problem by using the \new Staff \with { instrumentName = "Ausführung" } syntax. I'm 100% percent sure that the culprit is the umlaut, although why, is beyond me. It's probably a bug. On 29.11.2009, at 13:56, Stefan Thomas wrote: Dear c