Re: Note name in markup or title

2009-11-29 Thread Graham Percival
Notation 1.8.2 music notation inside markup Cheers, - Graham On Sun, Nov 29, 2009 at 05:54:26PM -0500, Ralph Palmer wrote: >Greetings - > >I'd like to include a note name (e.g., Eb, with the grob for "flat", >rather than "b") in a markup or in a title. I've tried searching the >d

Re: Note name in markup or title

2009-11-29 Thread Kieren MacMillan
Hi Ralph, I'd like to include a note name (e.g., Eb, with the grob for "flat", rather than "b") in a markup or in a title. I've tried searching the documentation, the LSR, and the mailing list archives with no luck. You couldn't find

Re: Note name in markup or title

2009-11-29 Thread Xavier Scheuer
Le Sun, 29 Nov 2009 17:54:26 -0500, Ralph Palmer a écrit : > Greetings - > > I'd like to include a note name (e.g., Eb, with the grob for "flat", > rather than "b") in a markup or in a title. I've tried searching the > documentation, the LSR, and the mailing list archives with no luck. I > feel

Re: tablature fingering

2009-11-29 Thread Hugh Myers
Eluze, Thanks for the RTFM pointer--- I did but plead dementia :) --hsm On Sun, Nov 29, 2009 at 3:35 PM, -Eluze wrote: > > > Hugh Myers wrote: >> >> >> So how do I get from here to there? >> > reading the Notation Reference (NR), in this case > http://lilypond.org/doc/v2.12/Documentation/user/l

Note name in markup or title

2009-11-29 Thread Ralph Palmer
Greetings - I'd like to include a note name (e.g., Eb, with the grob for "flat", rather than "b") in a markup or in a title. I've tried searching the documentation, the LSR, and the mailing list archives with no luck. I feel certain the solution is out there, but I seem to be using the wrong searc

Re: tablature fingering

2009-11-29 Thread -Eluze
Hugh Myers wrote: > > > So how do I get from here to there? > reading the Notation Reference (NR), in this case http://lilypond.org/doc/v2.12/Documentation/user/lilypond-big-page#Default-tablatures Default-tablatures -- View this message in context: http://old.nabble.com/tablature-fingeri

tablature fingering

2009-11-29 Thread Hugh Myers
Given the nature of the guitar fret board a note like a b may be indicated in tablature in at least two ways. For instance in this example: \version "2.13.7" upper = {  \times 2/3 { e,8 [ e' b ] } \times 2/3 { gis8 [ e' b ] } \times 2/3 { b [ e b ] } } lower = {  s2. } {  \time 3/4  <<  \new Staf

Re: [GLISS] Syntax of \parallelMusic

2009-11-29 Thread Alexander Kobel
[With forward to -user, since this may be interesting now for everybody.] Nicolas Sceaux wrote: Le 29 nov. 2009 à 16:15, Alexander Kobel a écrit : I propose using a different separator for \parallelMusic than "|", and allow to include bar checks in there. \parallelMusic as is is very fine an

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

staffname not shown

2009-11-29 Thread Stefan Thomas
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.instrumentName = "Notation" \notie

Re: change Pitch, strange behavior

2009-11-29 Thread Valentin Villenave
On Sun, Nov 29, 2009 at 11:34 AM, Reinhold Kainhofer wrote: > Still it would be nice to collect such snippets for a future fix of > partcombine.Otherwise we'll have to think of all possible problesm againand > create regtets again. When the time comes, it should be as simple as http://code.google