Paul-467 wrote:
>
> Hello,
>
> Sorry to be any trouble, but a long time ago I'd used the following to
> define
> barres for a guitar piece:
>
> barre = #(define-music-function (parser location str)(string?)
> #{
>\once \override Voice . TextSpanner #'direction = #1
>\once
Hello,
Sorry to be any trouble, but a long time ago I'd used the following to define
barres for a guitar piece:
barre = #(define-music-function (parser location str)(string?)
#{
\once \override Voice . TextSpanner #'direction = #1
\once \override Voice . TextSpanner #'dash-peri
I just read about the \parallelMusic function and was trying it out. First of
all, I'd like to say that I think it's great because it is a very convenient
way to lay out multi-voice music. The problem I've run into can be seen in the
following; I expect it to emit two measures but it emits four
On 7/10/10 2:44 PM, "胡海鹏 - Hu Haipeng" wrote:
> Thanks Carl, I have solved the problem last night by adding midi tags to all
> the problematic instruments (bassoons, trumpet I, cello and bass). I don't
> know how Lilypond calculates music values, but I've never heard such issue in
> other musical
On 10/07/10 18:42, Xavier Scheuer wrote:
2010/7/10 Nick Payne:
I'm getting this error in the console output - no indication is given
of where in the source is causing the error. The PDF output is fine.
I did a google search for the error message but didn't find anything
that seemed relevant
This is the file with the \includes
\version "2.12.2"
\include "Cocek.ly"
\include "Bb_scale.ly"
These are 2 files to include.
http://old.nabble.com/file/p29128416/Bb_scale.ly Bb_scale.ly
http://old.nabble.com/file/p29128416/Cocek.ly Cocek.ly
If you attach the files you're actually ha
Thanks Carl, I have solved the problem last night by adding midi tags to all
the problematic instruments (bassoons, trumpet I, cello and bass). I don't know
how Lilypond calculates music values, but I've never heard such issue in other
musical notation softwares.
Regards
Haipeng
_
If you attach the files you're actually having a problem with, we can see
how to help. As a general rule, using a \include simply means the file can
be pasted into the code in place of the included file. So if you \include a
file with the \score and \header information, I don't see why it won'
Thanks.. that works when the titles are in one file, but the title
information I need is already in the \header block of the \included files.
Then it still seems to print only the second title, but 2x. + throws
"unexpected header" errors.
\paper{
print-all-headers = ##t
}
\score {
\includ
See modifications to your code below. It seems like something with
Forbid_line_break_engraver should work instead of the *0, but I can't
figure it out. This does work, though.
On 6/22/10, Hans Roels wrote:
> Hello,
>
> Does anyone know how to force a line break in the attached example
> with tw
On 7/9/10 5:03 PM, "胡海鹏 - Hu Haipeng" wrote:
> Dear All,
> After reading the messages about "going back in midi time", I realized that
> the main problem of my overture's midi output is not totally because of
> articulate. Here's the small intro containing just 8 bars, and the problem is
> at b
Dear Hans,
I've got the same issue! I'll post if I find a solution... My current
plan is to try to find a good spot in each part to force a common line
break and then put in the \break command.
cheers,
Andrea
--
™™
http://reloadsanear.com
http://antisocialmusic.org
__
On 7/9/10 5:03 PM, "胡海鹏 - Hu Haipeng" wrote:
> Dear All,
> After reading the messages about "going back in midi time", I realized that
> the main problem of my overture's midi output is not totally because of
> articulate. Here's the small intro containing just 8 bars, and the problem is
> a
Yes,
This is documented in the Notation Reference, section 3.2.1 called "Creating
Titles", so it's quite easy to find. Using the information there, you can
see that this works:
\paper{
print-all-headers = ##t
}
\score {
{c'4 }
\header {
title = "first title"
}
}
\score {
{c'4 }
\h
Il giorno sab, 10/07/2010 alle 05.33 -0700, hsweet ha scritto:
> I am trying to print several short pieces on one sheet by using \include. It
> works fine, except only the title of the 2nd tune prints. I am trying to get
>
> FIRST TUNE TITLE
> notes...
> NEXT TUNE TITLE
> notes
>
> This is a
I am trying to print several short pieces on one sheet by using \include. It
works fine, except only the title of the 2nd tune prints. I am trying to get
FIRST TUNE TITLE
notes...
NEXT TUNE TITLE
notes
This is all the code I've used.
\version "2.12.2"
\include "first_tune.ly"
\include "nex
2010/7/10 Nick Payne :
> I'm getting this error in the console output - no indication is given
> of where in the source is causing the error. The PDF output is fine.
> I did a google search for the error message but didn't find anything
> that seemed relevant. There are tuplets all the way throug
17 matches
Mail list logo