Re: Customized accidentals

2009-02-08 Thread Kees van den Doel
No I do not need to do precisely that, but something else. Kees - Original Message - From: M Watts Date: Sunday, February 8, 2009 3:11 pm Subject: Re: Customized accidentals To: Kees van den Doel Cc: lilypond-user@gnu.org > Kees van den Doel wrote: > > This snippet: > > > > http://lsr.d

Re: decreasing spacing between staves

2009-02-08 Thread Mats Bengtsson
You say that you tried adjusting the minimum-Y-extent, but did try doing it both for the Staff and the TabStaff context? The following should get rid of any extra space: \layout{ \context{ \Staff \override VerticalAxisGroup #'minimum-Y-extent = #'(0 . 0) } \context{ \TabStaff \overr

decreasing spacing between staves

2009-02-08 Thread Eric Flesher
Greetings, I've looked high and low for the solution to this (rather basic, IMO) problem, and seem to be coming up empty-handed: I have a score that requires a single-line tablature staff above the main staff, which contains pitches. I need to find a way to decrease the space between the tablatur

Re: Customized accidentals

2009-02-08 Thread M Watts
Kees van den Doel wrote: This snippet: http://lsr.dsi.unimi.it/LSR/Item?id=378 does not work as advertised; it prints both the normal accidentals and the custom postscript. Any suggestions on what might be wrong? Also, how could I print custom symbols like this in the key signature? Do y

Re: stanza numbers repeated

2009-02-08 Thread Mats Bengtsson
Long time ago, there used to be a stz property that was printed on all systems but the first one, but it seems there were some bugs involved and for some reason it was removed in year 2003 and never reintroduced. However, you may be able to use the shortVocalName property instead, for the same pur

Re: slashed six in chordmode

2009-02-08 Thread James E. Bailey
Am 08.02.2009 um 23:24 schrieb M Watts: James E. Bailey wrote: Is there a way to get the slashed six from the figured bass mode into chordmode? In your chordname exceptions, just use: \markup { \slashed-digit #6 } You might want to fiddle with the font / size to get it looking right. Of c

[Fwd: Re: Starting lyrics on measure 4]

2009-02-08 Thread M Watts
--- Begin Message --- Thanks. I had searched the manual but couldn't find what I was looking for. \skip worked just fine.  -- Jonathan Klein Topline Strategy phone: (617) 312-4560 fax: (781) 239-0640 j...@toplinestrategy.com www.toplinestrategy.com Fr

Re: String number in a \markup

2009-02-08 Thread M Watts
David Stocker wrote: Hi folks, Is there a way to insert a string number into a \markup? What I need is to indicate a scordatura for a guitar piece like this: \markup { \column { \line { \small "5 = G" } \line { \small "6 = C" } } } where the '5' and '6' are identical to their analogo

Re: slashed six in chordmode

2009-02-08 Thread M Watts
James E. Bailey wrote: Is there a way to get the slashed six from the figured bass mode into chordmode? In your chordname exceptions, just use: \markup { \slashed-digit #6 } You might want to fiddle with the font / size to get it looking right. __

slashed six in chordmode

2009-02-08 Thread James E. Bailey
Is there a way to get the slashed six from the figured bass mode into chordmode? ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user

stanza numbers repeated

2009-02-08 Thread James E. Bailey
Is it possible to have lilypond automatically repeat stanza numbers at the start of each line? I know I can manually set line breaks and put the stanza numbers in, but is there an *easy* way to have that automated? ___ lilypond-user mailing list

Re: Chord Naming

2009-02-08 Thread Momo (Paul Rode)
Hi Carl, > I'm not sure if this is part of my proposed change or not. But I recognize > that it's on the list, and hope to be able to figure it out. Thank you so much! :o) > Have you subscribed to the list? You can do so by visiting this page: > http://lists.gnu.org/mailman/listinfo/lilypond-u

String number in a \markup

2009-02-08 Thread David Stocker
Hi folks, Is there a way to insert a string number into a \markup? What I need is to indicate a scordatura for a guitar piece like this: \markup { \column { \line { \small "5 = G" } \line { \small "6 = C" } } } where the '5' and '6' are identical to their analogous string numbers (i.

Customized accidentals

2009-02-08 Thread Kees van den Doel
This snippet: http://lsr.dsi.unimi.it/LSR/Item?id=378 does not work as advertised; it prints both the normal accidentals and the custom postscript. Any suggestions on what might be wrong? Also, how could I print custom symbols like this in the key signature? Thanks, Kees -- %http://lsr.dsi.uni

Re: Customizing Rest

2009-02-08 Thread 今井雄治
Another question. Is there any way to know the TimeSignature's fraction of current staff In your LSR code at ly:rest-interface::dot-rests ? I want to change the number of underline as following. TimeSignature x/4 (4/4, 3/4, 2/4, ...) r4 -> black circle without under line r8 -> black circl

Re: long text in "composer" / invisible TimeSignature

2009-02-08 Thread Zbyněk Burget
Marek Klein napsal(a): Hi, \score { \new Staff { \clef treble \key c \major \override Staff.TimeSignature #'stencil = ##f \relative g'{ \cadenzaOn g4 g g g g g g g g g \bar "|." } } } \score { \new Staff { \clef treble \key c \major \relative g'{ \cadenzaOn g4 g g g g g g

Re: long text in "composer" / invisible TimeSignature

2009-02-08 Thread Zbyněk Burget
Robin Bannister napsal(a): Zbyněk Burget wrote: How I can write long text to composer to header? Try composer = \markup \right-align "Some long text ... " If this isn't what you want, have a look at NR 3.2.1 where the demo splits the composer text onto two lines using \center-column. a bi

Re: long text in "composer" / invisible TimeSignature

2009-02-08 Thread Robin Bannister
Zbyněk Burget wrote: How I can write long text to composer to header? Try composer = \markup \right-align "Some long text ... " If this isn't what you want, have a look at NR 3.2.1 where the demo splits the composer text onto two lines using \center-column. Why don't hide TimeSignature?

Re: How to move StringNumber along Y-axis?

2009-02-08 Thread Arjan Bos
On 8 feb 2009, at 14:50, David Stocker wrote: Hi Arjan, \set stringNumberOrientations = #'(down) More complete information at http://lilypond.org/doc/v2.12/Documentation/user/lilypond/Inside-the-staff#Fingering-instructions Stupid me was just looking at the technical information. I did not

Re: How to move StringNumber along Y-axis?

2009-02-08 Thread David Stocker
Hi Arjan, \set stringNumberOrientations = #'(down) More complete information at http://lilypond.org/doc/v2.12/Documentation/user/lilypond/Inside-the-staff#Fingering-instructions HTH. Dave Arjan Bos wrote: Dear list, How do I move the StringNumber to below the Staff? I tried Y-offset but t

How to move StringNumber along Y-axis?

2009-02-08 Thread Arjan Bos
Dear list, How do I move the StringNumber to below the Staff? I tried Y-offset but that didn't work. As a test to see if I had the correct syntax, I tried the X-offset and that /did/ work. Any ideas? \version "2.12.2" \score { \relative c'' { %% This override does not move the String

Re: Bug with missing 16th lines

2009-02-08 Thread Maarten Deen
Kieren MacMillan wrote: Hi Maarten, I'm posting this bug here Not sure this can really be called a "bug"… your input syntax is somewhat confusing. In particular, it looks like you want polyphony, but aren't actually coding polyphonic voices (which would require a \\). I wasn't aware of

Re: controlling the alignment of FretBoards

2009-02-08 Thread -Eluze
Carl D. Sorensen wrote: > > … and it was an extremely quick fix. > really quick - and it works like a charm - thanks! Eluze -- View this message in context: http://www.nabble.com/controlling-the-alignment-of-FretBoards-tp21851934p21898237.html Sent from the Gnu - Lilypond - User mailing list

Re: stemBoth problem

2009-02-08 Thread Antanas Budriūnas
Hu, 2009/2/3 胡海鹏 - Hu Haipeng : > Hello, > Vallentin ever helped me to get a stemBoth function when I wrote the full > score of my song for attending the CCTV piano competition: > stemBoth = #(define-music-function (parser location m) (ly:music?) > #{ << \voiceOne $m \new Voice { \voiceTwo $m }

Re: piano notation element

2009-02-08 Thread Antanas Budriūnas
Francisco, 2009/2/8 Francisco Vila : > 2009/2/7 Antanas Budriūnas : >> Hello, >> >> in piano scores when a particular note (chord) in the upper staff >> should be played with the left hand, a bracket of inverted "L" shape >> is placed before that note. >> I believe it is either in LP documentation