Re: lilypond-cheatsheets

2014-12-02 Thread sg2002
Oh, it seems that I screwed up while testing. My original example was 
tuned an octave too low and note naming was one octave off to 
compensate. Fixed.


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


Re: lilypond-cheatsheets

2014-12-01 Thread sg2002

Since it's a LilyPond cheat sheet, wouldn't it be better to use c' cis' d'
etc instead of C3 and so on?
I felt that using the so called scientific notation just provides an 
example to customize further. Using lilypond notation is easy. Just 
remove this line from cheatsheets.ly:

\override NoteName.stencil = \note-name-stencil


Also, guitar sounds an octave lower than notated, which is
often indicated by a small 8 below the clef.
Haven't changed from the default clef because the documentation got me a 
bit confused. Theoretically treble_8 is the clef we want. And the 
documentation says that it should transpose one octave lower. But if we 
set to it, it seems one octave higher. Is it so because we use custom 
instrument tuning? So, only this works:

\clef treble_8

\transpose c c, {

\staff-music

}



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


Re: lilypond-cheatsheets

2014-12-01 Thread Johan Vromans
On Mon, 01 Dec 2014 14:42:43 +0300
sg2002 sg2...@gmx.com wrote:

  Also, guitar sounds an octave lower than notated, which is
  often indicated by a small 8 below the clef.
 Haven't changed from the default clef because the documentation got me a 
 bit confused. Theoretically treble_8 is the clef we want. And the 
 documentation says that it should transpose one octave lower. But if we 
 set to it, it seems one octave higher. Is it so because we use custom 
 instrument tuning? So, only this works:
 \clef treble_8
 
 \transpose c c, {
 
 \staff-music
 
 }


AFAIK, this is the correct clef and tuning:

{ \clef treble_8
   e, a, d g b e' 2
}

-- Johan



cheatsheets.pdf
Description: Adobe PDF document
___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


lilypond-cheatsheets

2014-11-30 Thread sg2002

Hello.

Just want to share a LilyPond script I developed for myself, in case 
anyone would find it useful.


This script https://github.com/sg2002/lilypond-cheatsheets allows you 
to generate a cheetsheet for a fretted instrument like a guitar. Example 
is available here. 
https://github.com/sg2002/lilypond-cheatsheets/blob/master/guitar-standard.pdf?raw=true


Scheme source may be a little rusty and I probably could have used more 
of LilyPond api, but I felt that a simpler abstraction would work better 
in this case.
___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: lilypond-cheatsheets

2014-11-30 Thread Johan Vromans
On Mon, 01 Dec 2014 04:10:48 +0300
sg2002 sg2...@gmx.com wrote:

 Just want to share a LilyPond script I developed for myself, in case 
 anyone would find it useful.

Cute.

Since it's a LilyPond cheat sheet, wouldn't it be better to use c' cis' d'
etc instead of C3 and so on?

Also, guitar sounds an octave lower than notated, which is
often indicated by a small 8 below the clef.

Thanks,
Johan



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