Am 10.09.2010 um 04:16 schrieb Patrick McCarty:
Hi,
On 2010-09-09, Patrick Schmidt wrote:
\version "2.13.31" % on Mac OS X
\paper{ raggedright = ##t }
initialAcciaccatura = \relative c' {
\acciaccatura 8
8
}
initialGrace = \relative c'' {
\grace c16
c4
}
initia
Dear friends,
Frescobaldi 1.1.6 has been released. Highlights: a built-in MIDI player and
more subpanels in the Quick Insert Panel for inserting slurs, dynamics, etc.
Some bugs have been fixed.
The built-in MIDI player uses the MIDI player component of KMid version 2.4.0
or higher, that needs
\version "2.13.32"
justCresc = #(make-music 'CrescendoEvent 'span-direction START
'span-type 'text 'span-text "cresc." 'tweaks '((style . none)))
\new Staff \relative c'
{
c1\justCresc | %Works as desired
c |
c\! |
}
\new PianoStaff
<<
\new Staff \relative c' { c1 | c | c | c | c | }
\
Hi,
On 2010-09-09, Patrick Schmidt wrote:
>
> \version "2.13.31" % on Mac OS X
> \paper{ raggedright = ##t }
>
> initialAcciaccatura = \relative c' {
> \acciaccatura 8
> 8
> }
>
> initialGrace = \relative c'' {
> \grace c16
> c4
> }
>
> initialAppoggiatura = \relative c
On 2010-08-31, Dmytro O. Redchuk wrote:
>
> This may be related to issues 379 and 427[1] .)
I believe so.
> My colleague, who helps me in typing pitches, made a mistake ---
> well, everyone of us may do this, it's just extra unneeded opening
> bracket, extra SlurEvent in a music. But this happen
* Phil Holmes [2010-09-09 10:32]:
- Original Message - From: "Nathan"
To:
Sent: Thursday, September 09, 2010 4:11 AM
Subject: Instrument names run off left margin
Without overriding anything, the output of the code below has the
instrument names running off of the left margin. Is t
On Sep 9, 2010, at 8:38 PM, Seth Williamson wrote:
> First, I want to thank everybody who is trying to help a noob such as myself
> with this problem. You guys are great.
>
> To answer Brett's question, JEdit is 4.3.2. LilyPondTool is 2.12.894.
>
> Below, I copy a note I sent off-list to ano
On 9/9/10 12:38 PM, "Seth Williamson" wrote:
> First, I want to thank everybody who is trying to help a noob such as myself
> with this problem. You guys are great.
>
> To answer Brett's question, JEdit is 4.3.2. LilyPondTool is 2.12.894.
>
> Below, I copy a note I sent off-list to another
> First, I want to thank everybody who is trying to help a noob such as myself
> with this problem. You guys are great.
>
> To answer Brett's question, JEdit is 4.3.2. LilyPondTool is 2.12.894.
>
> Below, I copy a note I sent off-list to another potential savior explaining
> the latest proble
Am 2010-09-09 um 20:38 schrieb Seth Williamson:
Error running external command
See the activity log about the problem
Cannot run program "/Applications/LilyPond.app/Contents/Resources/
bin/lilypond" (in directory "/Applications/LilyPond.app/Contents/
Resources/bin"): error=13, Permission denie
Kieren,
Thanks for the solution. It's exactly what I was trying to do.
Now I have another great LilyPond technique to use with any PianoStaff chord
names.
Keith
On Wed, Sep 8, 2010 at 11:49 PM, Kieren MacMillan <
kieren_macmil...@sympatico.ca> wrote:
> > Well, I've tried it of course, but it
First, I want to thank everybody who is trying to help a noob such as myself
with this problem. You guys are great.
To answer Brett's question, JEdit is 4.3.2. LilyPondTool is 2.12.894.
Below, I copy a note I sent off-list to another potential savior explaining
the latest problem. If anybody o
On Sep 8, 2010, at 8:37 PM, Seth Williamson wrote:
> Is there anybody on this list who uses LilyPondTool on a MacBook?
>
> Please get back with me -- feel free to reply offlist.
>
>
> Seth Williamson
I tried to do it once, but it proved to be far too difficult to set up, so I
just stick with
On Thu, 09 Sep 2010 10:32:45 +0200
Éditions IN NOMINE wrote:
> If you encapsulate right and left hand, I think this is not possible.
Which makes sense. The piano is one instrument, not two.
--
D'Arcy J.M. Cain
Big Smoke Music
http://BigSmokeMusic.com/
_
Bravo Kieren ! I think you gave us the answer to the original question !
Regards.
JMarc
On 09/09/2010 11:49, Kieren MacMillan wrote:
\version "2.13.31"
\score {
\new PianoStaff<<
\new Staff \relative a' { a4 b c d }
\new ChordNames {2 }
\new Staff \relative a { \clef bass
> Well, I've tried it of course, but it doesn't work : chords are below the
> left hand...
PianoStaff does not, by default, accept ChordNames.
\version "2.13.31"
\score {
\new PianoStaff <<
\new Staff \relative a' { a4 b c d }
\new ChordNames { 2 }
\new Staff \relative a { \clef
- Original Message -
From: "Mats Bengtsson"
To:
Sent: Thursday, September 09, 2010 10:12 AM
Subject: Re: initial grace notes prevent instrumentName
&,systemStartBrace/Square
This is just another manifestation of our old favourite bug which is
documented under "Known issues and wa
Am 09.09.2010 um 11:12 schrieb Mats Bengtsson:
Good morning LilyPond,
\version "2.13.31" % on Mac OS X
\paper{ raggedright = ##t }
initialAcciaccatura = \relative c' {
\acciaccatura 8
8
}
initialGrace = \relative c'' {
\grace c16
c4
}
initialAppoggiatura = \r
- Original Message -
From: "Nathan"
To:
Sent: Thursday, September 09, 2010 4:11 AM
Subject: Instrument names run off left margin
Without overriding anything, the output of the code below has the
instrument names running off of the left margin. Is this a bug? a problem
with my compu
Good morning LilyPond,
\version "2.13.31" % on Mac OS X
\paper{ raggedright = ##t }
initialAcciaccatura = \relative c' {
\acciaccatura 8
8
}
initialGrace = \relative c'' {
\grace c16
c4
}
initialAppoggiatura = \relative c'' {
\appoggiatura c16
c4
Well, I've tried it of course, but it doesn't work : chords are below
the left hand...
On 09/09/2010 11:11, Ole Schmidt wrote:
\new PianoStaff <<
___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user
Learning Manual "2.2.3 Staff groups"
first example:
\new PianoStaff <<
\new Staff …
\new Staff …
>>
or in your case:
\new PianoStaff <<
\new Staff …
\new ChordNames...
\new Staff …
>>
hth ole
Am 09.09.2010 um 10:32 schrieb Éditions IN NOMINE:
> Hi.
>
> If you encapsulate right
Good morning LilyPond,
\version "2.13.31" % on Mac OS X
\paper{ raggedright = ##t }
initialAcciaccatura = \relative c' {
\acciaccatura 8
8
}
initialGrace = \relative c'' {
\grace c16
c4
}
initialAppoggiatura = \relative c'' {
\appoggiatura c16
c4
}
Hi.
If you encapsulate right and left hand, I think this is not possible.
I've tried this :
\version "2.13"
right = \relative c'' {c4 c c d e2 d c4 e d d c1 \bar "|."}
left = \relative c {\clef bass c2. g4 c2 b c4 f, g g c1 \bar "|."}
accords = \chordmode {c2. g4:7 c1 c4 f g g:7 c1}
\score {
<
24 matches
Mail list logo