pad, your prefered key (I put F2)
regards
--
Martial
The excellent free Notetab program has available a useful feature to
enclose selected text in a pair of characters - brackets etc. Does
anyone know of a simple addon/macro or whatever that would facilitate
t
etc..
Cheers
--
Martial
___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user
dobe\Reader
9.0\Reader\AcroRd32.exe" "C:\TMP-music\test.pdf" &
Regards
--
Martial
___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user
Works for me if there is no space in the pdf file path.
ok; my path is ../Mes documents/ etc...
works when no space
Regards
--
Martial
>> no open PDF with external viewer :
>> because the " &" after the suffix
___
b'soir
comme dit le titre nvlle version -pov 3.7 beta 30
ici http://www.povray.org/beta/
___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user
Yes, he is working on lilypond 3D.
lol :-)
funny but true
http://cathemline.org/povcheri/random/index.html
--
Martial
___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user
A very nice piece of news for the (soon) resurrected LilyPond Report :-)
Thanks.
it's free (Pov-Ray and LilyPond) you can use to LilyPond Report.
Regards
--
Martial
___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/ma
write a second score without layout block
\version "2.10.10"
guitarline = {
a,4\5 c'\2 a\3 e'\1
}
\score {
<<
\new TabStaff = "gtr" { \guitarline }
>>
\layout {
\context { \RemoveEmptyStaffContext }
}
}
Use \new Voice \voiceOne ... \voiceTwo ...
\new Staff <<
\new Voice { \voiceOne \A }
\new Voice { \voiceTwo \B }
>>
and if you want only one note appears
use "s" for the seconde voice
1) a4
b) s8 c8
I have a question regarding single staff polyphony. When two voices
share the same pitch
save your file in UTF-8 encoding.
utf-8 support editor: Jedit (with LilypondTool it's top), notepad, etc..
I wanted to ask if it's possible to let Lilypond display special chars.
I am still a beginner and I am now trying to engrave a piece called "GARÔTO".
However, after compiling the file
is this solution acceptable ? :
\alternative {
{
\once \override NoteHead #'duration-log = 1
g2 ~ \hideNotes \bar "" g2 \unHideNotes %% here ...
}
%.
What code shall I write if the first alternative of a repeat ends with
a tie?
(What I'd like is kind of the opposite of \repeatTie)
%
Version 2.10.25 winXP
same problem at the 6em string
AVERTISSEMENT : could not calculate a string number.
\new TabStaff { c b, a,
g, f e}
___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.
> I just downloaded the
> software and did all the right (I hope) stages, but the file does not open.
LilyPond is a batch system: it is run on a text-file containing the notes.
See the howto http://lilypond.org/web/switch/howto.html
In the tutorial 2.1.1 Compiling a file:
http://lilypond.org/
I dont have a program to convert a bitmap graphic (TIFF, JPG,...) to EPS.
Does anbody knows any program that runs with Windows XP?
Gimp ! simplified Install
http://www.aljacom.com/~gimp/download.html
version 2.3.14 (write and read eps)
at the bottom of the page
___
just write this
---cut-
<<
\new ChordNames {
\set chordChanges = ##t
\chordmode { a2 c2 }
}
\new Voice = "one" { \autoBeamOff
\relative c' { \clef treble \key c \major \time 4/4 a b c d }
}
\new Lyrics \lyricsto "one" \lyricmode { Aaa B
hi
the syntaxe changed in 2.11..
You use version 2.10.25
try this
%%
\version 2.10.25
{
c1
\textSpannerDown
\override TextSpanner #'edge-text = #'("rall " . "")
c2\startTextSpan b c\stopTextSpan a
}
%%%
regard
From the lilypond documentation i have this:
% Start
c1
\textSpannerDown
\over
> Ah, and wher do i find the documentation for the stable 2.10. ?
> Or is there a stable version of 2.11 coming soon?
here
http://lilypond.org/
it't cool isn't it ?
follow the links "Download" and "Documentation" at top this page
___
Hi !
In the following code, why doesn't my substition work?
just put in bracket "{ blabla }"
breath = {
\once\override BreathingSign #'extra-offset = #'(0.0 .
1.0)\breathe
}
%%+++ begin snippet
\version "2.11.23"
\include "english.ly"
breath = \once\override Breathi
Hi,
you must write that it is for all the Staff
\relative c'' {
\time 8/8
#(override-auto-beam-setting '(end * * * *) 3 8 'Staff)
#(override-auto-beam-setting '(end * * * *) 6 8 'Staff)
#(override-auto-beam-setting '(end * * * *) 8 8 'Staff)
c8 c c c c c
Hi !
I already had this problem (i searched a long time why ):
Point-and-click don't work with the paper landscap format :-)
When you work put in portrait !
\paper { #(set-paper-size "a4" )
regards
___
lilypond-user mailing list
lilypond-user@gnu
Hi !
I already had this problem :
The paper landscap format don't work for Point-and-click :-)
When you work put in portrait !
\paper { #(set-paper-size "a4" )
I have
___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailma
hello
Put a dynamic at the begin off no sound
%
\version "2.10.29"
\score {
\relative c' {
c8
c c d
e4 d
\set Staff.midiMaximumVolume = #0
c8\f^"Dyn. for NO sound"
e d d
\set Staff.midiMaximumVolume = #1
c2 \f^"for sound"
hello
Put a dynamic at the beginning of your Note where you dont want no sound.
%
\version "2.10.29"
\score {
\relative c' {
c8
c c d
e4 d
\set Staff.midiMaximumVolume = #0
c8\f^"Dyn. for NO sound"
e d d
\set Staff.midiMaximumVolume = #1
c2 \f^"for sound"
You can hide the dynamics with
\once \override Score.DynamicText #'transparent = ##t
Put a dynamic at the beginning of your Note where you dont want no sound.
> I think the manual is a bit unclear on this topic.
> I tried \set Staff.midiMaximumVolume = #0 but it didn't work.
__
I started getting this message:
programming error: (de)crescendo on items with specified volume.
b8 a4. \> ^"rit." r8 f8 \! \mp e f |
try this
with \f before \> \p
\score {
{ b8 a4.\f \> ^"rit." r8 f8 \! \mp e f }
\midi { }
}
and without dynamics
\score {
{ b8 a4.\> ^"rit." r8 f8 \
You must specified a volume (dynamics) with logique (de)crescendo
ditto the midiMaximumVolume and midiMinimumVolume do not equal.
this example return
programming error: (de)crescendo on items with specified volume.
\score {
{
\set Staff.midiMaximumVolume = #0.5
\set Staff.midiMinimumVol
l PDF viewer"
and received into SumatraPDF : "Error Loading PDF file"
I put the path of SumatraPDF in the plugin Option LilyPonTools memu
I get the same error !
Regards
--
Martial
___
lilypond-user mailing list
lilypond-user@gnu.org
dToo
I am not happy ;-)
Regards
--
Martial
___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user
.jar etc...
I don't remember which plugins was updated !
--
Martial
___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user
Hi,
see the section 7.3.6 Another way of entering lyrics
and try this :
%%---
\new Staff \relative c'' {
\dynamicUp
a\p
<<
{ g'4.^\f }
\\
\new Voice = "vII" { \voiceTwo c,4( b8) a }
>>
}
\addlyrics { \set associatedVoice = #"vII"
one two three
}
%%
Hi,
Maybe is it a best simple way
but :
Two score
One with only layout {}
the second with only midi {}
%%-
%Dynamics are need
Mute = { d''\f a' f' b' }
Sound = { c'\f e' g' c' }
%STAFF
\score {
<<
\Mute \\ \Sound
>>
\layout { ragged-ri
la carte
http://cathemline.org/ba/08/
LilyPondement
___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user
#'(-4.7 . -3.7) {f g aes bes}
\once \override Beam #'positions = #'(-3.7 . -4.7) {c aes8 g16}
aes f bes bes,\)
s8
}
%%
--
Martial
___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user
9410255 0.2395848 moveto
5.662943 0.2395848 lineto
5.662943 7.1521807 lineto
-0.079410255 7.1521807 lineto
-0.079410255 0.2395848 lineto
--
Martial
http://cathemline.org
___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user
Re: problems with special characters on 2.6
Use an text editor who encode the characters in uft-8 :
Scite: http://www.scintilla.org
Notepad2 : http://www.flos-freeware.ch/
--
Martial
___
lilypond-user mailing list
lilypond-user@gnu.org
\once \override TextScript #'padding = 2.0
\markup{ \italic Moderato }
test this :
{
\once \override TextScript #'padding = #2.0
s1^\markup{ \italic Moderato }
s1^\markup{ Pelleagato }
}
--
Martial
http://cathemline.org
___
lil
note sample c1
c1^\markup{ \italic Moderato }
--
Martial
http://cathemline.org
___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user
now midi2ly work good.
Thanks !
BUT not ouput good midi file with lilypond 2.6.4
(It's good if I use the version 2.7.12 )
--
Martial
___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user
With window
for the moment
use version 2.6.4 for midi2ly
and
version 2.12.7 for output a good midi file with lilypond
--
Martial
___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user
}
\relative c' { c4 d2 }
\markup { Oh my sample qu'il est bô }
%-
--
Martial
http://cathemline.org
sample_texte.pdf
Description: Adobe PDF document
___
lilypond-user mailing list
lilypond-user
win2k
Youpi !
is good with Lilypond 2.7.26-2
Thanks
Regards
--
Martial
http://cathemline.org
___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user
more simple ?
--
Martial
http://cathemline.org
___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user
hello
> Is there a known bug in Notepad concerning UTF-8, or is it UTF-8 encoding
> incompatible with Lilypond?
If you use The Windows NotePad they can not save in UFT-8 !
If you want a simple textEditor use NotePad2
http://www.flos-freeware.ch/notepad2.html
in the file menu choise code UFT-8
> You could also use Crimson Editor (http://www.crimsoneditor.com/).
Yeahp !
Adopted ! Yet I love Scite;
Her the Lilypond syntaxe highlight !
(long url
http://www.crimsoneditor.com/english/board/
CrazyWWWBoard.cgi?db=
files&mode=read&num=1657&page=
1&ftype=6&fval=lilypond&backdepth=1
)
small
> >Certainly it can, at least in Windows XP (unfortunately not in Win98,
> though)!
> Sorry to disappoint you. Notepad can only save as *signed* UTF-8 format.
> Which is indeed incompatible with Lilypond.
ha ! well ! allright !
> Thanks, I'm already using Notepad2 for files having unicode. Seems
> > I think Context is a wonderful alternative to the complicated
> > editors emacs and vim.
I am blind or utf-8 is not supported :-(
http://forum.context.cx/index.php?topic=678.0
___
lilypond-user mailing list
lilypond-user@gnu.org
http://list
> I hope I'm not boring. I've lose one's way
> Regards
ligne 179 remonte la distance entre les portées
et mets ne commentaire "\accept dynamics"
ça marche ! Pourquoi ???
\context {
\PianoStaff
%\accepts Dynamics
\override VerticalAlignment #'forced-distance
>> I am blind or utf-8 is not supported
> Context supports UTF8, see it's homepage:
> http://context.cx/content/view/18/41/
Thanks
but I don't see where I can save the file in utf-8.
Either not accent or not compiled when I convert in unicode !
It is not important for me, I use now Crimson Edi
Oops ! I do not know that I doing.
here is a good version :
Just cut and paste the layout of the Piano centered Dynamics sample.
joint debug file
--
Martial
http://cathemline.org
\version "2.6.4"
%\renameinput "script-collision.ly" ( don't work)
\header { in
remove the ' after the first note
in the second score
\new Staff {
% \relative c' {
\time 4/4
\clef treble
\key c \major
% \relative c' {
a,8 b c d e f g
a b c d e f g
a b c d e f g
% a'' b'' c''' d''' e''' f''' g'''
}
___
Hello, very good work !
Aancient notation ligature is ok in 2.7.33-2
Thanks
Regards.
--
martial
http://cathemline.org
___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user
f = upper \upper
\context Staff = lower \lower
>>
\layout { }
}
%-----
--
Martial
http://cathemline.org
___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user
\context Staff = upper \upper
\context Staff = lower \lower
>>
\layout { }
}
%-----
--
Martial
http://cathemline.org
___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user
write this :
\new PianoStaff
\with { fontSize = #-4 \override StaffSymbol #'staff-space =
#(magstep -4)% for small
\override VerticalAlignment #'forced-distance = #5
}
view the attached file
--
Martial
http://cathemline.org
\version "2.8.0"
in win2k (2.8.1)
convert-ly work,
but it is writing in the new file : \version 2.7.40
--
Martial
http://cathemline.org
___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user
writing in the new file : \version 2.7.40
That's not an error. See the manual, Section 5.6:
"convert-ly always converts up to the last syntax change ...
Oops!
Thank for your helpfulness.
--
Martial
http://cath
view this article :
http://article.gmane.org/gmane.comp.gnu.lilypond.general/18308/match=eps+issue
___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user
> view this article :
> http://article.gmane.org/gmane.comp.gnu.lilypond.general/18308/match=eps+issue
with the new syntaxe
in use : \markup { \epsfile #X #size #"my_image.eps" }
this zipfile is in the actual syntaxe
http://cathemline.org/lily/eps_image.zip
-d write-tweaks lwv05.ly
lilypond lwv05.ly
--
Martial
___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user
Use two scores, one tutti and one Solo,
and put in the
\new Staff
\with { fontSize = #Size \override StaffSymbol #'staff-space = #(magstep
Size) } { \MY-MUSIC }
staff-space and fontSize must be both scaled .
--
Martial
___
lilypond-user
{ \One }
\new Staff \with {
fontSize = #4
\override StaffSymbol #'staff-space = #(magstep 4)
}
{ \Two }
% ********
--
Martial
___
lilypond-user mailing lis
Hello !
don't forget the "^"
test this :
%---
\layout { ragged-right = ##t }
{
R1^\fermataMarkup
^\markup { \right-align \italic { "vln: Sunnybank, NewJersey."} }
^\markup{ \left-align "Around 1905&q
(windows XP - Lilypond 2.9.22.2)
It's ok when installed in
C:\Program Files\OOoLilyPond
Thank !
--
Martial
http://cathemline.org
___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user
the version 2.9.23
no-good with 2.8.7
--
Martial
___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user
Just add print-page-number = ##t
\paper
{
first-page-number = 1
print-first-page-number = ##t
print-page-number = ##t
}
___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listin
The good syntaxe :
La bonne syntaxe est :
\version "2.9"
\score {
\relative c {
\clef bass
c^\markup { \epsfile #0 #5 #"tirer.eps" }
}
}
tirer.pdf
Description: Adobe PDF document
___
lilypond-user mailing list
lilypond-user@
Hello
I tried going with 2.8.7, and installed the macro just as instructed,
and it still crashed OO. Any ideas?
I use 2.9.25, and OoLilypond is fine after this hanging !
Associate a keyboard shortcut with the macro
- Create a new writer document
- Select from the Menu: "Tools" --> "Customiz
Hello
> I tried going with 2.8.7, and installed the macro just as instructed,
> and it still crashed OO. Any ideas?
I use 2.9.25, and OoLilypond is fine after this hanging !
Associate a keyboard shortcut with the macro
- Create a new writer document
- Select from the Menu: "Tools" --> "Custom
Save your Lilypond script in utf-8
with notepad (in windowsXP)
your music.ly
save as
code utf-8
run Lilypond and :)
<>
___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user
It is possible to change the fonts of the title?
I have a very nice collection of pfb fonts in my ghost script fonts,
that I wan to use.
Please if is possible send me an example.
%---begin example encode utf-8
%ChangeFont
\header {
title= \markup { \override #'(font-name . "Agent Or
hi,
try this
%--cut-
qbeam = {
#(override-auto-beam-setting '(end 1 8 * *) 1 4 'Staff)
#(override-auto-beam-setting '(end 1 8 * *) 2 4 'Staff)
#(override-auto-beam-setting '(end 1 8 * *) 3 4 'Staff)
}
{
g8 g g g g g g g
\qbeam
g
Hi,
1) no only on the last page
2) you can change in the header bloc
\header {
tagline = "My beautiful score engraving by Lilypond"
}
3) Headers may be completely removed by setting them to false.
\header {
tagline = ##f %not recommended by respect
composer = ##f
}
> Is there a command to p
I try to typeset the word "There's", with a decent apostrophe. This
would lead to
save your LilyPond file in utf-8 format and write
%
\relative c' { c d c e g c2. }
\addlyrics { There's a beau -- ti -- ful text }
%====
The fact that they chose to switch to computer-engraving doesn't contradict
that hand-engraving is far better; see:
http://lilypond.org/web/about/automated-engraving/introduction.html
And the Lilypond product is great !
http://cathemline.org/lily/fragment_typo.html
__
> added the \midi {} command at the end in many different ways but nothing
> worked.
\score {
\new PianoStaff <<
\new Staff { \clef treble r16 c' d' e' f' d' e' c' g'8 c'' b'\prall c'' d''16
g'
a' b' c'' a' b' g' d''8 g'' f''\prall g''}
\new Staff { \clef bass r2 r16 c d e f d e c g8 g,
I'm trying to write a hymn in Spanish. Sometimes there are two syllables on
one note (not uncommon in hymns in Spanish, usually two vowels come together)
and there are some pairs of notes which take two syllables in some verses and
one in others. I tried putting numbers after the syllables, bu
Other simple procedure , in the folder of myfile.ly,
open a new document text with your notepad,
write : convert-ly -e myfile.ly .
Save this document with the extension *.bat,
example : convert.bat .
Do launch with a double-clic on this file.
--
Martial
http://cathemline.org
hi
try this :
\set Staff.instrumentName =
\markup {
\column {
\right-align {"A" \tiny "Bela" \tiny "Bartok" "1940" }
}}
\set Staff.instrument = \markup { \right-align \column { "A" \tiny
"Bela" \tiny "Bartok" "1940" } }
But that doesn't aligned to the right.
Could you give me a clue?
uot;Bela" "Bartok" "1940" }}
}
}
c4 d e f g a b c
}
That doesn't work correctly for me. It puts the text too much to the
left of the score.
Bert
Martial írta:
hi
try this :
\set Staff.instrumentName =
\markup {
\colum
\set Staff.instrument =
\markup {
\column { \right-align { \tiny { A Bela Bartok 1940 }}}
}
c4 d e f g a b c
}
Well, due to other bugs in lilypond, I use 2.8 - which has this buggy.
Bert
Martial írta:
Thanks Thanks !
I use LilyPondTool since just one month.
I tested the version 2.10.3 and I adopted it.
Now I can't leave it !
Sorry but bye bye "scite" and "Crimson Editor"
re Thanks
I've fixed the doc bug. Get it from:
http://sourceforge.net/project/showfiles.p
Hi
I don't find a solution to fontsize
with version 2.8.8 or 2.10.19 and 2.11.19
but if you change the syntaxe it work good
F = ^\markup { \fontsize #-3 \musicglyph #"scripts.flageolet" }
The flageolet sign is too big for me -- this is both a matter of
taste and the intended purpose.
I tr
Hi
I don't find a solution to the `font-size' property
with version 2.8.8 or 2.10.19 and 2.11.19
but if you change the syntax it work good
F = ^\markup { \fontsize #-3 \musicglyph #"scripts.flageolet" }
The flageolet sign is too big for me -- this is both a matter of
taste and the intended p
Hi,
Which is the solution ?
How use \tweak ?
regards!
--
Martial
F = ^\markup { \fontsize #-3 \musicglyph #"scripts.flageolet" }
Thanks. However, this is no longer an `articulation' because of
the `^'.
Han-Wen?
\tweak
Thanks! I now have the solution -- this is so
Ooh yes
Thanks !
Read Werner's full email!
___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user
Hi,
see in this page
http://lilypond.org/doc/v2.10/Documentation/topdocs/NEWS.html
\override NoteHead #'duration-log = 1
how can I realize white notation with lilypond?
In the french baroque some composers used white noteheads in slow pieces,
mainly in 3/2-time.
A quater looks there like a
Hi,
Oh yes I see the problem,
sorry the solution is an enigma for me.
We can make this trick :
"\set Score.proportionalNotationDuration = #(ly:make-moment 1 8)"
but the result is so ugly too !
___
lilypond-user mailing list
lilypond-user@gnu.org
Lol ,
too simple !
Thanks !
I don't really see what the problem is:
\relative c'{
c-\tweak #'font-size #-3 _\flageolet
c-\tweak #'font-size #-3 ^\flageolet
}
___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/l
hi!
pff ! I am a stupid boy; this is so simple.
{ c'^\markup { \musicglyph #"pedal.*" } }
___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user
e- to put
something like:
a2:m7 d2:7.9-
g2:m7 c2:7
nc1
--
Martial
___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user
Thank you, that prints a "NC" in the proper place but also prints the C
chord name immediately prior to the NC.
Oops !
just a mistake; write : \hspace #-2 and not #2
NCString = { -\markup { \whiteout { \hspace #-2 " N.C.&q
Hi,
Thanks and thanks for your work !
Just a litle mistakes
Menu Plugins
LilyPondTool
Block
{}
done "< >" in place of "{ }"
and
Menu Utilities
Global Option
JEdit
Shortcuts Plugin: LilyPondTool
There are no blocs "{
Can you help me to add the spanner to the third measure?
\repeat tremolo 3 { 8 \startTextSpan d8 \stopTextSpan }
or for one note : astuteness
b2.^\markup{ \italic "Xylo "\translate #'(-1 . 0)\draw-line #'(0 . -1)}
I hope that h
;bound-details #'right-broken #'text = ##f
c\startTextSpan d e f \break |
c\stopTextSpan d e f |
}
%%-
--
Martial
___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user
Hi,
with just tabStaff the midi file is empty
the log :
# -*-compilation-*-
Traitement de « C:/Documents and Settings/MARTIAL/Mes
documents/LILYPOND/TMP-music/bac-a-sable-07.ly »
Analyse...
Interprétation en cours de la musique...
Sortie MIDI vers « /Documents and Settings/MARTIAL/Mes
hanks !
Regards.
--
Martial
___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user
Need a glissando between two notes not joint ?
add in lsr : http://lsr.dsi.unimi.it/LSR/Item?u=1&id=662
voili
--
Martial
___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user
En reprenant la psalmodie comme la tienne,
Le sam. 5 oct. 2019 à 09:13, Martial R a écrit :
> Bonjour,
>
> voici le canon et la psalmodie en piece jointe.
>
> Pour info les versions de LilyPond 2.18.2 et 2.19.83 ont de nouvelles
> fonctions bien pratiques par rapport à la 2.
mpo 4=102 }
}
%----
Merci d'avance
[image: image.png]
--
Martial Rameaux
Yes, sorry.
Le ven. 23 sept. 2022 à 11:40, Jean Abou Samra a
écrit :
> Hi Martial,
>
> I suppose you meant to send this to lilypond-user-fr, not lilypond-user,
> right?
>
> Best,
> Jean
>
>
>
1 - 100 of 101 matches
Mail list logo