2013/12/24 Helge Kruse
> 2013/12/23 Johan Vromans
>
>> > This shows the modifier names. I was looking for that thingee that
>> gives me
>> > that small zero.
>>
>> That should be the "dim"
>
>
> Yes, I found it as I already wrote. I just want to ask if it would be
> possible to add the result of
- Original Message -
From: "Ed Faulk"
To:
Sent: Thursday, December 26, 2013 3:03 AM
Subject: Re: Question from a new user
Thanks to everyone who replied. I've once again been bitten bitten by the
"assume" bug -- after 50 years of working with computers you'd think I
would learn my l
Hi all,
In keeping up with the good tradition of releasing a new version of
Frescobaldi on Christmas, I happily and proudly annouce Frescobaldi
2.0.12 to be out in the wild! This is a maintainance release with some
improvements, massive internal changes and a new SVG view. This is the
changel
- Original Message -
From: "Ed Faulk"
To: "Phil Holmes"
Sent: Thursday, December 26, 2013 11:21 AM
Subject: Re: Question from a new user
Phil,
Please always "reply all" so that others can also answer your questions and
benefit from the answers.
Thanks -- I had looked at that b
Wilbert Berendsen writes:
> Enjoy, and please report bugs as usual!
Oh, how wonderful it would have been if a download link had been
included :)
-- Johan
___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lily
Am 24.12.2013 00:30, schrieb Noeck:
> can I make the vertical line of an ottava bracket solid while keeping
> the dashed style of the horizontal line?
Should I count that as: This is impossible?
Joram
___
lilypond-user mailing list
lilypond-user@gnu.org
Johan Vromans wrote
> Wilbert Berendsen <
> wbsoft@
> > writes:
>
>> Enjoy, and please report bugs as usual!
>
> Oh, how wonderful it would have been if a download link had been
> included :)
>
> -- Johan
>
> ___
> lilypond-user mailing list
> lily
On Thu, Dec 26, 2013 at 11:58 AM, Noeck wrote:
> Am 24.12.2013 00:30, schrieb Noeck:
>> can I make the vertical line of an ottava bracket solid while keeping
>> the dashed style of the horizontal line?
>
> Should I count that as: This is impossible?
> Joram
This is probably not very helpful, but
In the example below, uncommenting the indicated line results in the
TrillSpanner only printing the wavy line without the "tr." Is this a bug?
\version "2.17.97"
trillSharpMarkup = \markup {
\concat { \musicglyph #"scripts.trill" \hspace #0.4 \raise #1.9 \teeny \sharp
}
}
trillspanSharp = {
Am 26.12.2013 22:22, schrieb Daniel Rosen:
In the example below, uncommenting the indicated line results in the TrillSpanner only
printing the wavy line without the "tr." Is this a bug?
\version "2.17.97"
trillSharpMarkup = \markup {
\concat { \musicglyph #"scripts.trill" \hspace #0.4 \rai
Does anyone know why the version in the ubiuntu repos is always so out of
date?
On Thu, Dec 26, 2013 at 3:34 PM, SoundsFromSound
wrote:
> Johan Vromans wrote
> > Wilbert Berendsen <
>
> > wbsoft@
>
> > > writes:
> >
> >> Enjoy, and please report bugs as usual!
> >
> > Oh, how wonderful it would
Alex Loomis wrote
> Does anyone know why the version in the ubiuntu repos is always so out of
> date?
It's an Ubuntu thing. Just download the tar and sudo python/install and
you're all set! :)
Ubuntu ain't what it used to be, imo. New directions, new is not always
good.
-
composer | sound
Hi Keith,
(Sorry for the delay in responding: ice storm + holidays = crazy times.)
YES! This works wonderfully.
I look forward to stress-testing this in the very near future.
Thank you,
Kieren.
On Dec 22, 2013, at 4:35 PM, Keith OHara wrote:
> Let's try it out, then, using music functions.
_
Hi Jean-Charles,
> Problem is that the reset occurs at _every_ book-part; you then cannot open a
> part on an act basis.
There should be a property:
\paper {
first-page-number = 3
}
That would solve it! =)
Cheers,
Kieren.
___
lilypond-user mailin
How do I move the rests further to the right to avoid the clashing note
columns?
\version "2.16.0"
melody = \relative c' {
\time 3/4
<< { \stemDown b,2 b4\rest } \\ { g'4 g g } \\ { \stemUp d'2 d4\rest }
>> | \break
}
\score {
<<
\context Voice {
Hi,
> How do I move the rests further to the right to avoid the clashing note
> columns?
Use Lilypond’s built in voices:
\version "2.16.0"
melody = \relative c' {
\time 3/4
<< { \voiceTwo b,2 b4\rest } \\ { \voiceThree g'4 g g } \\ { \voiceOne
d'2 d4\rest } >> | \break
}
\sco
Change the fourth line to
<< { \voiceTwo b,2 b4\rest } \\ { \voiceFour g'4 g g } \\ { \voiceOne d'2
d4\rest } >> | \break
The odd numbered voices will always have stems up and even voices will
always have down stems. I don't remember where it was but I remember
reading the numbering of voices s
On Thu, 26 Dec 2013 18:44:56 -0800, Kieren MacMillan
wrote:
I look forward to stress-testing this in the very near future.
One missing feature is that \mergeSkips doesn't look inside {...} to see if
they are empty. I often set breaks for proofreading and then remove them by
defining them
Kieren MacMillan writes:
> I’m trying to create a two-column dialogue markup function for my
> musical score(s), e.g.,
>
> *
>
> I’ve got this so far, but even it’s not working correctly:
>
> % BEGIN SNIPPET
>
> \version "2.17.97"
>
> #(define-markup-command (dialogue layout props charname te
On Mon, Dec 23, 2013 at 10:14 AM, Karol Majewski wrote:
> Hi Eluze,
>
> now I have found that in my example it should be:
>
> \override Score.SpacingSpanner #'uniform-stretching = ##t
>
> insted of:
>
> \override SpacingSpanner #'uniform-stretching = ##t
>
> :)
>
> Now, uniform-stretching appears
20 matches
Mail list logo