Yes dim can changed, anything can be changed in Lilypond (I think).
It has been some time since I did this though and I cannot remember
it exactly. Here is something though that you may find useful: When
you load the documentation front page, look on the right hand side
and you will see a l
Marius,
See my answers below.
On 1/22/09 3:22 PM, "Marius Andersen" wrote:
> I want to set a piece for guitar with LilyPond version 2.12.1. The score
> should have three staves: sung melody, guitar regular notes, and guitar
> tablature. Here is my basic starting point (my verbose ending point
Hi Ezequiel,
I am forwarding this message to the list so that others can benefit
from the thread. Please remember to Reply To All when replying to
messages on this list as otherwise some items from the thread will
only go to the person you are responding to and not to the list.
Walter
Be
Lorenzo Bicci wrote:
There is no No Chords symbol or function in Rosegarden. I'm referring to
the use of "N.C." or "NC" to mean that instruments that are playing
chords must stop playing chords, which i've seen especially in pop
music. Of course a "N.C." markup could be put in as text, but it w
2009/1/21 Johan Vromans :
> The kit includes two scripts, lilyide and textedit-url-handler. These
> scripts should be installed somewhere where you can execute them
> easily, e.g., in your PATH.
>
> To enable point'n'click support, you need to tell Gnome that you want
> a URL handler for textedit:/
On 1/22/09 2:34 PM, "Ezequiel Sierra" wrote:
> How can i change the font size of ChordNames?
>
> Ezequiel
You will need to change the font size of some object. Changing the font
size is described in the Notation Reference, section 1.8.3.
You can find the object whose font size needs to be
Hi,
I fixed a number of bugs (thanks for Nick Payne, Francisco Vila and
Valentin Villenave for the reports - maybe others as well, I don't
remember right now :-))
Mainly:
- Automatic UTF-8 saving works better now.
- Dashed lines didn't show up always correctly.
- Some music functions were mis
Hi Reinhold,
It might be a bit confusing that there are two equally valid ways,
one of which uses 'no-flag and one of which uses no-flag
The confusion might be reduced by changing the name of the function
from no-flag to empty-flag…
Just my 2¢,
Kieren.
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Am Donnerstag, 22. Januar 2009 23:01:50 schrieb l...@internet.com.uy:
> Quoting Reinhold Kainhofer :
> > By setting the #'flag property instead of #'flag-style ;-)
> >
> > \relative c' {
> > \autoBeamOff
> > \override Stem #'flag = #mod
I want to set a piece for guitar with LilyPond version 2.12.1. The score should
have three staves: sung melody, guitar regular notes, and guitar tablature.
Here is my basic starting point (my verbose ending point is provided in full at
the end of this message):
\version "2.12.1"
\score
Quoting Reinhold Kainhofer :
By setting the #'flag property instead of #'flag-style ;-)
\relative c' {
\autoBeamOff
\override Stem #'flag = #modern-straight-flag
g'8 g g g g g g g |
\override Stem #'flag = #no-flag
g8 g g g g g g g |
}
thanks for your s
Ezequiel Sierra wrote:
How can i change the font size of ChordNames?
Ezequiel
\override ChordName #'font-size = #1.0
Change the value at the end to get the size you want.
(See
http://lilypond.org/doc/v2.12/Documentation/user/lilypond-internals/ChordName#ChordName
for more detail.)
__
How can i change the font size of ChordNames?
Ezequiel
___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user
See the Notation Reference section of the manual (many times referred
to here as NR ). See section 2.7.2. at the bottom of the page you
will find Selected Snippets which contain an example to change this.
The example changes the triangle to a "j7" but you only need to
change the "j7" to "ma
how can i add these chord i try d:maj7 and i get a triangle i want to dispay
a Dmaj7
Ezequiel
___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user
Wonderful!
You know the next question, do you :)
How to get the chordnames centered under each other?
Here's one way:
\version "2.12"
#(define (centred-ignatzek-chord-names in-pitches bass inversion
context)
(markup #:center-align (ignatzek-chord-names in-pitches bass
inversion context) ))
I have a score that involves numerous passages of wind instruments making pure
breath (i.e. non-pitched) sounds; as per Kurt Stone, these should be indicated
on a single tablature line above the staff with circular noteheads. These
noteheads are unusual in that they are centered on the stem (i.e. t
2009/1/22 Mats Bengtsson :
>> Mmm... There may be some problem, if the number of lyrics contexts
>> between staves is different for different systems (ie, fourth system
>> has two lyrics contexts).
>>
>> In this case "extra" Lyrics context takes extra space, doesn't it?
>>
>
> Not if you only do th
Hehe good one!
On Thu, Jan 22, 2009 at 1:05 PM, Johan Vromans wrote:
> Kieren MacMillan writes:
>
> > Hope this helps!
>
> Wonderful!
>
> You know the next question, do you :)
>
> How to get the chordnames centered under each other?
>
> -- Johan
>
>
> ___
Kieren MacMillan writes:
> Hope this helps!
Wonderful!
You know the next question, do you :)
How to get the chordnames centered under each other?
-- Johan
___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo
Jonathan Kulp writes:
> >> I'm not sure what emacs mode does, although I thought it had nice
> >> syntax coloring. When I open the .ly file now on 2.12.1
> > 2.12 is very old...
> >
> Huh? Is it not the latest stable version? I'm talking about
> lilypond, not emacs.
Your sentence must have mi
Very nice idea, thanks, though I don't know what embedded concats do.
Will try.
Bert
Gilles Sadowski wrote:
Hello.
does anyone of you have a script or a way to convert from (simple)
html to markup like this:
This is a melisma.
To get:
\markup { "This is a " \concat { "me" \bold \ital
Mats Bengtsson wrote:
Not if you only do the setting for the specific Lyrics context where you
want the extra space
above or below. Example:
music = \relative c' \repeat unfold 10 {c d e f }
lyr = \lyricmode { \repeat unfold 10 { Here is some text. } }
\score{
<<
\new Staff { \music }
\new Ly
Hello.
>> does anyone of you have a script or a way to convert from (simple)
>> html to markup like this:
>>
>> This is a melisma.
>>
>> To get:
>>
>> \markup { "This is a " \concat { "me" \bold \italic "lis" "ma." } }
>>
>
> sed would do the job, but I'm too hazy on it to offer a solution.
Dep
Johan Vromans wrote:
Jonathan Kulp writes:
I'm not sure what emacs mode does, although I thought it had nice
syntax coloring. When I open the .ly file now on 2.12.1
2.12 is very old...
Huh? Is it not the latest stable version? I'm talking about lilypond,
not emacs. I thought in the old
Hi Ezequiel:
what about the ()?
\version "2.12"
#(define (parenthesis-ignatzek-chord-names in-pitches bass inversion
context)
(markup #:line ("(" (ignatzek-chord-names in-pitches bass inversion
context) ")")))
chordset = \chordmode
{
c1:7 g1:7.5+
}
\score
{
<<
what about the ()?
On Thu, Jan 22, 2009 at 11:06 AM, Johan Vromans wrote:
> "Carl D. Sorensen" writes:
>
> > To get two lines of chords, you can just use two ChordNames contexts:
> >
> > <<
> > \new ChordNames { ... }
> > \new ChordNames { ... }
> > \new Staff { ... }
> >...
> > >>
>
>
Dmytro O. Redchuk wrote:
2009/1/22 Mats Bengtsson :
Why not specify the minimum vertical extent of either one of the Lyrics or
Staff contexts (depending
on where you want the space), using the techniques described in
http://lilypond.org/doc/v2.12/Documentation/user/lilypond/Vertical-spacing
"Carl D. Sorensen" writes:
> To get two lines of chords, you can just use two ChordNames contexts:
>
> <<
> \new ChordNames { ... }
> \new ChordNames { ... }
> \new Staff { ... }
>...
> >>
This should also be possible:
harmonics = \chordmode { ... }
<<
\new ChordNames { \harmonics
Francisco Vila writes:
> Sorry, could you post a web URL instead?
http://article.gmane.org/gmane.comp.gnu.lilypond.general/40902
___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user
Jonathan Kulp writes:
> I'm not sure what emacs mode does, although I thought it had nice
> syntax coloring. When I open the .ly file now on 2.12.1
2.12 is very old...
> Does emacs lilypond mode have the constantly-updated
> preview feature?
No.
> I've never used point-and-click before.
Try
"James E. Bailey" writes:
> Okay, I'll ask. I occasionally use emacs for my lilypond scores, and
> what's the difference between this and the emacs mode? Is it just
> easier point and click support?
This tool adds point'n'click support, automatic lilypond run + PDF
update to GNU Emacs. It is tot
2009/1/22 Mats Bengtsson :
> Why not specify the minimum vertical extent of either one of the Lyrics or
> Staff contexts (depending
> on where you want the space), using the techniques described in
> http://lilypond.org/doc/v2.12/Documentation/user/lilypond/Vertical-spacing-inside-a-system
Mmm... T
On 1/22/09 5:17 AM, "Ezequiel Sierra" wrote:
> I would like to have two lines of chords above my treble staff like this
>
>
>
> Eb
> (D)
>
To get two lines of chords, you can just use two ChordNames contexts:
<<
\new ChordNames { ... }
\new ChordNames { ... }
\new Staff { ... }
On 1/21/09 9:16 PM, "Jonathan Kulp" wrote:
> Ezequiel Sierra wrote:
>> try making 8th notes with the same stem direction you`ll see what i mean
>>
>
> Ah yes, I see your problem now. In this case I would use chords in one
> of the voices and skips in the other, as in measure 1 of my example
Am 22.01.2009 um 13:21 schrieb Jonathan Kulp:
James E. Bailey wrote:
Am 22.01.2009 um 13:01 schrieb Jonathan Kulp:
Johan Vromans wrote:
Francisco Vila writes:
It looks _very_ interesting and I'll try it as soon as I can.
I look forward to your feedback.
Maybe the IDE could trigger the pri
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Am Donnerstag, 22. Januar 2009 13:25:51 schrieb l...@internet.com.uy:
> dear list,
>
> i realized that \override Stem #'flag-style = #'no-flag doesn't work
> when using \override Stem #'flag-style = #modern-straight-flag
>
> i'm using the new straight
First of all, thanks a lot for your help!
Il giorno mar, 20/01/2009 alle 08.41 -0700, Carl D. Sorensen ha scritto:
>
> > The problem is I couldn't find in Lilypond's documentation the
> symbols
> > for:
> > - No Chords.
>
> I'm not sure what you mean by No Chords. And I don't know Rosegarden
> a
dear list,
i realized that \override Stem #'flag-style = #'no-flag doesn't work
when using \override Stem #'flag-style = #modern-straight-flag
i'm using the new straight flags in my score, but at certain part i
need stems without flags in order to conect chords across staves,
according t
James E. Bailey wrote:
Am 22.01.2009 um 13:01 schrieb Jonathan Kulp:
Johan Vromans wrote:
Francisco Vila writes:
It looks _very_ interesting and I'll try it as soon as I can.
I look forward to your feedback.
Maybe the IDE could trigger the printing on M-x something by issuing
the lpr comm
I would like to have two lines of chords above my treble staff like this
Eb
(D)
Any suggestions?
Ezequiel
___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user
Am 22.01.2009 um 13:01 schrieb Jonathan Kulp:
Johan Vromans wrote:
Francisco Vila writes:
It looks _very_ interesting and I'll try it as soon as I can.
I look forward to your feedback.
Maybe the IDE could trigger the printing on M-x something by issuing
the lpr command. Sounds feasible?
S
Johan Vromans wrote:
Francisco Vila writes:
It looks _very_ interesting and I'll try it as soon as I can.
I look forward to your feedback.
Maybe the IDE could trigger the printing on M-x something by issuing
the lpr command. Sounds feasible?
Sorry, this IDE is *very* mini...
-- Johan
I read in another thread (see
http://www.nabble.com/Lyric-notehead-alignment-problem-td8826736.html#a8826736),
that it should be considered as 'normal' alignment of the lyrics under the
noteheads, that the first wowel of a syllable is put under the notehead.
Indeed, in old chant books, this is the
Why not specify the minimum vertical extent of either one of the Lyrics
or Staff contexts (depending
on where you want the space), using the techniques described in
http://lilypond.org/doc/v2.12/Documentation/user/lilypond/Vertical-spacing-inside-a-system
/Mats
Patrick McCarty wrote:
Hi Maa
2009/1/22 Martin Tarenskeen :
> On Wed, Jan 21, 2009 at 11:11:22PM +0100, Johan Vromans wrote:
>
>> Big fat warning: NEVER USE EVINCE TO PRINT A LILYPOND SCORE.
>> You'll get lousy results. Use Acrobat Reader, or print directly.
>
> Interesting. Where does this Evince problem come from ? Does it on
Martin Tarenskeen writes:
> Interesting. Where does this Evince problem come from ? Does it only
> happen in combination with your lilyide , or does it happen in general
> when using Evince?
See and thread.
-- Johan
___
lilypond-user mailing lis
Francisco Vila writes:
> It looks _very_ interesting and I'll try it as soon as I can.
I look forward to your feedback.
> Maybe the IDE could trigger the printing on M-x something by issuing
> the lpr command. Sounds feasible?
Sorry, this IDE is *very* mini...
-- Johan
___
On Wed, Jan 21, 2009 at 11:11:22PM +0100, Johan Vromans wrote:
> Big fat warning: NEVER USE EVINCE TO PRINT A LILYPOND SCORE.
> You'll get lousy results. Use Acrobat Reader, or print directly.
Interesting. Where does this Evince problem come from ? Does it only
happen in combination with your li
49 matches
Mail list logo