Re: Overriding preset tablature for ukulele

2015-01-12 Thread Anton Curl

Hi Ryan!

If you want to control the string number, you can use this:

\score {
  \new TabStaff {
\relative c' {
  e\1 e\2 e\3 e\4
}
  }
}

(You can use \omit Voice.StringNumber in the layout block if you also 
use a staff)


Or this:

\score {
   \new TabStaff \relative c {
 \set TabStaff.minimumFret = #5
 \set TabStaff.restrainOpenStrings = ##t
 c,16 d e f g4
   }
}

See here: 
http://lilypond.org/doc/v2.18/Documentation/notation/common-notation-for-fretted-strings


On 12/01/2015 05:47, Ryan Clarin wrote:

When I tab the note G4 (treble clef 2nd line G), \tabstaff marks it as 3rd 
string 3rd fret. I want it to make G as 4th string open, but cannot find in the 
manual how exactly to do that. Thank you for help!

Ryan


___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user



___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: Overriding preset tablature for ukulele

2015-01-11 Thread Keith OHara
Ryan Clarin ryanclarin at gmail.com writes:

 When I tab the note G4 (treble clef 2nd line G), \tabstaff marks it as 3rd 
string 3rd fret. I want it to make G as
 4th string open, but cannot find in the manual how exactly to do that. 

It should be under string number in the fretted strings section
  g\4




___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user