Setting rightHandFinger via EditionEngraver

2019-07-10 Thread Choan Gálvez
not show \editionMod myed 1 0 Voice.A \3 \editionMod myed 1 0 Voice.A \rightHandFinger #3 \relative c' { c4 d e f } Thank you. -- Choan Gálvez http://www.choan.es/ ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: input question

2012-06-25 Thread Choan Gálvez
mark must appear after the pitch: http://lilypond.org/doc/v2.14/Documentation/learning/ties-and-slurs Best. -- Choan Gálvez Phil Holmes-2 wrote: - Original Message - From: "yshhq" To: Sent: Sunday, June 24, 2012 7:09 PM Subject: input question http://old.nabble.com/file/p340

Re: besideCN seems to have stopped working

2012-05-31 Thread Choan Gálvez
Chords = \new ChordNames \chordmode { \besideCN #LEFT "Capo1 " d1 fis2:m7 b2:m e1:m7 a } any clues, anyone, please ? Removing the $ prefixes from both $which-side and $added-text worked for me. Actually, I'm not sure why it worked as I'm still

Re: Jazz chords

2012-05-22 Thread Choan Gálvez
is one optional chord diplayed like: (D7) See <http://lists.gnu.org/archive/html/lilypond-user/2009-03/msg00052.html> or a case that an other chord is placed above the 'default' chord, like (G7(#11)) placed above B7(b5) You ca

Re: Tab stems won't show up when using TabVoice

2012-05-13 Thread Choan Gálvez
El 13/05/2012, a las 16:32, David Kastrup escribió: > Choan C. Gálvez writes: > >> Replying to myself as I've found a solution. >> >> On Sat, May 12, 2012 at 3:41 PM, Choan Gálvez wrote: >>> Hi there. >>> >>> I'm working o

Re: Ukulele string tunings

2012-05-13 Thread Choan Gálvez
Hi. On 5/13/12 07:38 , David Kastrup wrote: Choan Gálvez writes: On 5/12/12 16:51 , David Kastrup wrote: Choan Gálvez writes: On 5/12/12 16:08 , David Kastrup wrote: Choan Gálvezwrites: In addition, I'd say those two tunings are weirly named -- from the same file, all g

Re: Ukulele string tunings

2012-05-12 Thread Choan Gálvez
Hi. On 5/12/12 16:51 , David Kastrup wrote: Choan Gálvez writes: On 5/12/12 16:08 , David Kastrup wrote: Choan Gálvez writes: In addition, I'd say those two tunings are weirly named -- from the same file, all guitar tunings are named `guitar-something`, all banjo tunings `

Re: Ukulele string tunings

2012-05-12 Thread Choan Gálvez
On 5/12/12 16:08 , David Kastrup wrote: Choan Gálvez writes: Current tunings for tenor and baritone ukulele are string reversed. From `ly/string-tunings-init.ly`: %% ukulele tunings \makeDefaultStringTuning #'ukulele-tuning \stringTuning \makeDefaultStringTuning #'ukulel

Ukulele string tunings

2012-05-12 Thread Choan Gálvez
DefaultStringTuning #'ukulele-baritone-tuning \stringTuning or alternatively, remove them. What do you think? Best. -- Choan Gálvez ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Tab stems won't show up when using TabVoice

2012-05-12 Thread Choan Gálvez
} >> % everything fine again \myNotes } % End example This problem exists in 2.14.2 too. Should we call this a bug? Best. -- Choan Gálvez ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Adjustment to tablature output

2012-05-10 Thread Choan Gálvez
ob 'text e' f' fis' g' gis' a' ais' b' c'' cis'' d'' dis'' e'' f'' fis'' g'' gis'' } (@Choan: is this what you have in mind?) This looks very nice and it&

Re: Adjustment to tablature output

2012-05-09 Thread Choan Gálvez
On 5/9/12 09:34 , Christopher Webster wrote: From: Choan Gálvez Subject: Re: Adjustment to tablature output Date: Wed, 09 May 2012 01:23:26 +0200 User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.5; rv:12.0) Gecko/20120428 Thunderbird/12.0.1 On 5/8/12 10:48 , Christopher Webster wrote: Is

Re: Adjustment to tablature output

2012-05-08 Thread Choan Gálvez
Unfortunately, they won't align that nicely... but I can't help any further. Best. -- Choan Gálvez Ukecosas. Los ukeleles que nos gustan, también para ti Visítanos: <http://ukecosas.es/> Degústanos en Facebook: <http://facebook.com/ukecosas> __

Re: \RemoveEmptyStaffContext doesn't remove empty staff

2012-04-26 Thread Choan Gálvez
lypond-user/2010-11/msg00429.html>, there was a new engraver added to keep alive every staff from a PianoStaff while there's one of them alive. You can remove that engraver by adding \context { \PianoStaff \remove "Keep_alive_toget

Re: printing empty staff

2012-04-25 Thread Choan Gálvez
econd staff if the measure contains content. I can't get it to print the empty staff (or even an empty measure). There's probably some way to do this, I just haven't found it. You can fill the empty staff by using s1 * 32 Best. -- Choan Gálvez Ukecosas. Los ukeleles que nos gus

Re: Score layout in a separate file

2012-04-03 Thread Choan Gálvez
ut definition for these scores in a separate file. You must put the variable call inside a \layout block: \score { \myMusic \layout { \myLayout } } will work fine. Best. -- Choan Gálvez Ukecosas. Los ukeleles que nos gustan, también para ti Visítanos: <http://ukecosas.e

Re: Increment bar number after cadenza

2012-02-22 Thread Choan Gálvez
the end of the cadenza as if the cadenza were not there. However I would like to continue with the next bar number after the cadenza (bar number 3 instead of 2). Does anybody know how to write this? You can set the bar number manually: \set Score.currentBarNumber = #3 Best.