MusicXML and Lilypond, any news?

2022-10-10 Thread Omer Katzir
Is there any news about incorporating MusicXML into Lilypond? I need to share 
my engravings between several people, most aren’t using Lilypond. I know 
there’s musicxml2ly but I need it the other way around. 

Thanks in advance for any tips.


Another midi issue

2022-07-04 Thread Omer Katzir
For some reason I can’t generate pdf and midi at the same time, I must % the 
midi block or it won’t generate the pdf file. I got it working on other file 
similar to this one, but I can’t find out why it won’t do the same with the 
current one. I know it’s a lame question but I looked into the documentation 
and couldn’t find the right answer. 

All your help is appreciated.


Omer Katzir

%%%

\version "2.18.2"

\header {
  title = “"
  subsubtitle = “"
  composer = "Omer Katzir"
  tagline = "Omer Katzir http://omerkatzir.net";
  
}



upper = \relative c' {
  \time 3/4
  \tempo 4 = 96 
  \key c \major
  \voiceOne

A a a a a 

}

lower = \relative c {
  \key c \major
  \voiceTwo
C c c c c c 
}

\score { 
  <<
\new StaffGroup = "tab with traditional" <<
  \new Staff = "guitar traditional" <<
\clef "treble_8"
\context Voice = "upper" \upper
\context Voice = "lower" \lower
  >>
  \new TabStaff = "guitar tab" <<
\context TabVoice = "upper" \upper
\context TabVoice = "lower" \lower
  >>
>>
  >>
\midi { }
}




Re: ANN: Frescobaldi 3.2

2022-05-05 Thread Omer Katzir
Will there be files for MacOS like in 3.1.3 or I’ll have to compile it from 
source? I love Frescobaldi, makes my work faster.

> On 5 May 2022, at 14:37, Jacques Menu  wrote:
> 
> Hello Hraban,
> 
> Yes, it did work, but with SimpleSynth, though, which is running alright on 
> my machine.
> 
> JM
> 
>> Le 5 mai 2022 à 10:33, Henning Hraban Ramm  a écrit :
>> 
>> Am 05.05.22 um 10:13 schrieb Jacques Menu:
>>> Hello Wilbert,
>>> Thanks to you and to the people that contribute for everything you do for 
>>> us!
>>> I’ve installed Frescobaldi 3.2 with MacPorts on Mac OS Monterey (12.3.1), 
>>> and the first tests show it works fine.
>>> One problem, though: it’s name is displayed as “Python” in the menu bar, 
>> 
>> That’s normal if you start a Python program from the command line.
>> 
>>> and there’s no Preferences item. How can I set the MIDI output channel to 
>>> hear the score being played?
>> 
>> Did it work for you in previous releases? You must install and start 
>> freesynth/Qsynth, too.
>> 
>> Hraban
>> 
> 
> 




Re: Struggling with Midi and long repeats

2022-05-04 Thread Omer Katzir
Well, I’ll be ashamed but honest. I didn’t understand anything from it. Maybe 
lilypond is just not for me for more complicated pieces. 

> On 4 May 2022, at 18:41, Knute Snortum  wrote:
> 
> This link can help you:
> 
> https://lilypond.org/doc/v2.22/Documentation/notation/using-repeats-with-midi 
> <https://lilypond.org/doc/v2.22/Documentation/notation/using-repeats-with-midi>
> 
> --
> Knute Snortum
> 
> 
> 
> On Wed, May 4, 2022 at 8:35 AM Omer Katzir  <mailto:kome...@gmail.com>> wrote:
> I have this music, but when I try to make midi out of it, it doesn’t do the 
> repeats. Does anyone have any suggestions on how to do it? 
> I’m really struggling with lilypond lately :-( 
> 
> \version "2.22.2"
> 
> 
> \header {
>   title = “"
>   composer = "Omer Katzir"
>   tagline = "http://omerkatzir.net <http://omerkatzir.net/>"
> }
> 
> 
> 
> upper = \relative c' {
>   \time 3/4
>   \key g\major
>   \voiceOne
>   \tempo 4 = 90 
> 
> 
> B b b b 
> 
> 
> }
> 
> lower = \relative c {
>   \key g \major
>   \voiceTwo
> 
>   \repeat volta 2 { b b b b b} 
> 
> 
>   \alternative {
> { a a a a  | }
> { a a a a  \mark \markup { \italic "Fine"   } \bar "||" 
>   }
> 
> 
> 
> 
>   }
> 
> C d e f g a b c \mark \markup { \italic "D.C. al Fine" } 
> 
> 
> }
> 
> \score {
>   <<
> \new StaffGroup = "tab with traditional" <<
>   \new Staff = "guitar traditional" <<
> \clef "treble_8"
> \context Voice = "upper" \upper
> \context Voice = "lower" \lower
>   >>
>   \new TabStaff = "guitar tab" <<
> \context TabVoice = "upper" \upper
> \context TabVoice = "lower" \lower
>   >>
> >>
>   >>
> 
> }



Struggling with Midi and long repeats

2022-05-04 Thread Omer Katzir
I have this music, but when I try to make midi out of it, it doesn’t do the 
repeats. Does anyone have any suggestions on how to do it? 
I’m really struggling with lilypond lately :-( 

\version "2.22.2"


\header {
  title = “"
  composer = "Omer Katzir"
  tagline = "http://omerkatzir.net";
}



upper = \relative c' {
  \time 3/4
  \key g\major
  \voiceOne
  \tempo 4 = 90 


B b b b 


}

lower = \relative c {
  \key g \major
  \voiceTwo
 
  \repeat volta 2 { b b b b b} 


  \alternative {
{ a a a a  | }
{ a a a a  \mark \markup { \italic "Fine"   } \bar "||" 
  }
  



  }

C d e f g a b c \mark \markup { \italic "D.C. al Fine" } 
 
 
}

\score {
  <<
\new StaffGroup = "tab with traditional" <<
  \new Staff = "guitar traditional" <<
\clef "treble_8"
\context Voice = "upper" \upper
\context Voice = "lower" \lower
  >>
  \new TabStaff = "guitar tab" <<
\context TabVoice = "upper" \upper
\context TabVoice = "lower" \lower
  >>
>>
  >>

}


How do I add bass clef after the fact?

2022-04-20 Thread Omer Katzir
I wrote my music, and decided I wanted to add bass, but I’m having problems 
adding a clef, keep getting errors and I’m still struggling with Lilypond. 

Here’s my sheet, it’s based on a template someone made for me, but it’s a 
guitar template and I want to add bass clef for Piano performance. 

Thanks ahead for the help



\version "2.20.0"

\header {
  title = “Some random title"
  composer = "Omer Katzir"
  tagline = "Omer Katzir http://omerkatzir.net";
}



upper = \relative c' {
  \time 3/4
  \key g \minor
  \voiceOne
  \set suggestAccidentals = ##t

C c c c c c c
}




lower = \relative c {

  \voiceTwo

G g g g g g g 

}







\score { 
  <<
\new GrandStaff <<
  \new Staff = "guitar traditional" <<
\clef "treble_8"
\context Voice = "upper" \upper
\context Voice = "lower" \lower
  >>
 \new TabStaff = "guitar tab" <<
   \context TabVoice = "upper" \upper
   \context TabVoice = "lower" \lower
  >>
>>
  >>
% \midi { }
}


Re: Unable to use repeat volta

2022-04-07 Thread Omer Katzir
Thank you everyone for your answers, Google wasn’t the best choice when I was 
looking for this. Thank you for guiding me for the right place!

> On 7 Apr 2022, at 18:03, David Kastrup  wrote:
> 
> Omer Katzir  writes:
> 
>> Using on macOS Monterey, compiled from macports 
>> 
>> Taken the snippet from 
>> https://lilypond.org/doc/v2.23/Documentation/notation/long-repeats 
>> <https://lilypond.org/doc/v2.23/Documentation/notation/long-repeats>
> 
> You see the v2.23 in that URL?
> 
>> Starting lilypond 2.22.2 [Untitled]...
> 
> There is no guarantee that future extensions of LilyPond will be
> undocumented, so if you use documentation for future versions of
> LilyPond (compared to the version you use), you might run into problems
> occasionally.
> 
> -- 
> David Kastrup




Unable to use repeat volta

2022-04-07 Thread Omer Katzir
Using on macOS Monterey, compiled from macports 

Taken the snippet from 
https://lilypond.org/doc/v2.23/Documentation/notation/long-repeats 





  \repeat volta 6 {
c4 d e f
\alternative {
  \volta 1,2,3 { c2 e }
  \volta 4,5 { f2 d }
  \volta 6 { e2 f }
}
  }
  c1
}

%

Getting 
Starting lilypond 2.22.2 [Untitled]...
Processing 
`/var/folders/8x/x05z181s41d8dywq2scxmj90gn/T/frescobaldi-75pltjx1/tmpmzxk_18u/document.ly'
Parsing...
/var/folders/8x/x05z181s41d8dywq2scxmj90gn/T/frescobaldi-75pltjx1/tmpmzxk_18u/document.ly:5:5
 : error: syntax error, 
unexpected \alternative
\alternative {
/var/folders/8x/x05z181s41d8dywq2scxmj90gn/T/frescobaldi-75pltjx1/tmpmzxk_18u/document.ly:6:7
 : error: unknown 
escaped string: `\volta'
\volta 1,2,3 { c2 e }
/var/folders/8x/x05z181s41d8dywq2scxmj90gn/T/frescobaldi-75pltjx1/tmpmzxk_18u/document.ly:6:7
 : error: string outside 
of text script or \lyricmode
\volta 1,2,3 { c2 e }
/var/folders/8x/x05z181s41d8dywq2scxmj90gn/T/frescobaldi-75pltjx1/tmpmzxk_18u/document.ly:6:15
 : error: syntax error, 
unexpected ','
\volta 1
,2,3 { c2 e }
/var/folders/8x/x05z181s41d8dywq2scxmj90gn/T/frescobaldi-75pltjx1/tmpmzxk_18u/document.ly:6:18
 : error: not a duration
\volta 1,2,
3 { c2 e }
/var/folders/8x/x05z181s41d8dywq2scxmj90gn/T/frescobaldi-75pltjx1/tmpmzxk_18u/document.ly:7:7
 : error: unknown 
escaped string: `\volta'
\volta 4,5 { f2 d }
/var/folders/8x/x05z181s41d8dywq2scxmj90gn/T/frescobaldi-75pltjx1/tmpmzxk_18u/document.ly:7:7
 : error: string outside 
of text script or \lyricmode
\volta 4,5 { f2 d }
/var/folders/8x/x05z181s41d8dywq2scxmj90gn/T/frescobaldi-75pltjx1/tmpmzxk_18u/document.ly:7:15
 : error: syntax error, 
unexpected ','
\volta 4
,5 { f2 d }
/var/folders/8x/x05z181s41d8dywq2scxmj90gn/T/frescobaldi-75pltjx1/tmpmzxk_18u/document.ly:7:16
 : error: not a duration
\volta 4,
5 { f2 d }
/var/folders/8x/x05z181s41d8dywq2scxmj90gn/T/frescobaldi-75pltjx1/tmpmzxk_18u/document.ly:8:7
 : error: unknown 
escaped string: `\volta'
\volta 6 { e2 f }
/var/folders/8x/x05z181s41d8dywq2scxmj90gn/T/frescobaldi-75pltjx1/tmpmzxk_18u/document.ly:8:7
 : error: string 
outside of text script or \lyricmode
\volta 6 { e2 f }
/var/folders/8x/x05z181s41d8dywq2scxmj90gn/T/frescobaldi-75pltjx1/tmpmzxk_18u/document.ly:8:14
 : error: not a duration
\volta
6 { e2 f }
/var/folders/8x/x05z181s41d8dywq2scxmj90gn/T/frescobaldi-75pltjx1/tmpmzxk_18u/document.ly:3:3
 : error: errors found, 
ignoring music expression
\repeat volta 6 {
/var/folders/8x/x05z181s41d8dywq2scxmj90gn/T/frescobaldi-75pltjx1/tmpmzxk_18u/document.ly:11:3
 : error: syntax error, 
unexpected NOTENAME_PITCH
c1
/var/folders/8x/x05z181s41d8dywq2scxmj90gn/T/frescobaldi-75pltjx1/tmpmzxk_18u/document.ly:1
 : warning: no \version 
statement found, please add

\version "2.22.2"

for future compatibility
fatal error: failed files: 
"/var/folders/8x/x05z181s41d8dywq2scxmj90gn/T/frescobaldi-75pltjx1/tmpmzxk_18u/document.ly"
Exited with return code 1.



Re: Repeat bar :|] doesn't appear if next line has [|: bar

2022-03-17 Thread Omer Katzir
1.2.5 Bars - LilyPond Notation Referencehttps://lilypond.org › doc › 
Documentation › bars 



> On 17 Mar 2022, at 16:43, Andrew Zah  wrote:
> 
> Hi, is there a way to make lilypond render the closing \bar ":|]"?
> 
> On measure 8 there should be a bar, but due to the bar on measure 9 it 
> doesn't get rendered.
> 
> Thanks,
> Andrew



Re: Lilypond on MacOS 11 Big Sur

2020-11-14 Thread Omer Katzir
https://web2.storegate.com/share/wiM8LyF

works fine for me

On Sat, Nov 14, 2020 at 8:20 AM 田村淳  wrote:

> Hello,
>
> I’m wondering if anyone has tried to run marnen’s unofficial 64-bit
> application bundle [1] on MacOS 11 Big Sur (or Big Sur beta)? Would you
> kindly share your experience?
>
> [1] https://bintray.com/marnen/lilypond-darwin-64
>
> Jun Tamura (he/him/his)
>


-- 
Omer Katzir
The Silent Troubadour
http://omerkatzir.com


Re: Not Nice Review of the LilyPond

2018-12-02 Thread Omer Katzir
Well, I gotta say. I feel the same as the writer. LP is powerful and extremely 
accurate. But some things are hard to find in the documents and I think that 
was the point of the writer. 

Sent from my iPhone

> On 2 Dec 2018, at 17:34, Sandro Santilli  wrote:
> 
>> On Sun, Dec 02, 2018 at 03:26:44PM +0100, Thomas Morley wrote:
>>> Am So., 2. Dez. 2018 um 14:01 Uhr schrieb Sandro Santilli :
>>> 
>>> Very obscure way to put chords
>>> in parenthesis (I asked yesterday).
>> 
>> I beg to differ.
> 
> Really ? And right after this statement you post a 36 lines
> snippet of code full of parens ? :P
> 
> I know Lilypond is powerful, that's why I still use it, but
> it's hard not to notice how obscure its code is (what is it,
> scheme?)
> 
> --strk; 
> 
> ___
> lilypond-user mailing list
> lilypond-user@gnu.org
> https://lists.gnu.org/mailman/listinfo/lilypond-user
___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: GoldenAge Font

2015-02-14 Thread Omer Katzir
found this reference but link is  broken

http://www.mail-archive.com/finale@shsu.edu/msg24838.html


On Sat, Feb 14, 2015 at 5:42 PM, Pierre Perol-Schneider <
pierre.schneider.pa...@gmail.com> wrote:

> Hi Abraham,
>
> Never heard of.
> I've tried to find how it looks on the net without success.
> Do you have a sample ?
>
> Cheers,
> Pierre
>
> 2015-02-14 5:43 GMT+01:00 Abraham Lee :
>
>> Has anyone heard of the GoldenAge font family? Just curious if anyone has
>> used it before (it's an old Finale font), or wanted to.
>>
>> -Abraham
>>
>> Sent from my iPhone
>> ___
>> lilypond-user mailing list
>> lilypond-user@gnu.org
>> https://lists.gnu.org/mailman/listinfo/lilypond-user
>>
>
>
> ___
> lilypond-user mailing list
> lilypond-user@gnu.org
> https://lists.gnu.org/mailman/listinfo/lilypond-user
>
>


-- 
Omer Katzir
The Silent Troubadour
http://omerkatzir.com
___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: Frescobaldi on Mac Yosemite ?

2015-02-13 Thread Omer Katzir
Works great

On Sat, Feb 14, 2015 at 8:16 AM, Philippe Massart 
wrote:

> Yes it works fine.
>
> But if you prefer, there is now a compiled binary on a .DMG disk image
> available from the frescobaldi website:
>
> https://github.com/wbsoft/frescobaldi/releases
>
>
>
> > Le 14 févr. 2015 à 01:52, Steve Noland  a écrit :
> >
> > Dear all,
> >
> > Has Frescobaldi been successfully installed under Mac Yosemite via
> MacPorts?
> >
> > Thanks,
> >
> > Steve
> >
> > ___
> > lilypond-user mailing list
> > lilypond-user@gnu.org
> > https://lists.gnu.org/mailman/listinfo/lilypond-user
>
>
> ___
> lilypond-user mailing list
> lilypond-user@gnu.org
> https://lists.gnu.org/mailman/listinfo/lilypond-user
>



-- 
Omer Katzir
The Silent Troubadour
http://omerkatzir.com
___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


7 course lute tablature

2015-01-14 Thread Omer Katzir
Hello everyone,

Several months ago you helped me created two templates, one for 10
course lute with french tablature and the second was for 7 course lute
with french tablature.

My old iMac died and I lost both and was only able to restore the 10
course template from the group archive and I will like to ask your
help again to recreate the 7 course, I had problems recreating it on
my own from scratch.

There are total of three voices, two (soprano and alto) on the same
staff, the bass is on different staff, plus the tablature which
contains all three. The tuning is f g c f a d g.

In my most recent failed attempt I tried to use \parallelmusic  but I
couldn't set the tablature at all.

Thank You for your help again

-- 
Omer Katzir
The Silent Troubadour
http://omerkatzir.com

___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: Mac OSX 10.10 (Yosemite) and LilyPond compatibility?

2014-10-22 Thread Omer Katzir
I actually have a problem, I can't compile the files, no error, just
not doing it. I'm not sure if it's my very old machine or the upgrade.

On Wed, Oct 22, 2014 at 2:51 AM, Paul Morris  wrote:
> Thanks for the info everyone.  I've upgraded and LilyPond and Frescobaldi are
> working fine.  Good to know I shouldn't try to do anything with MacPorts for
> now.
>
> Cheers,
> -Paul
>
>
>
> --
> View this message in context: 
> http://lilypond.1069038.n5.nabble.com/Mac-OSX-10-10-Yosemite-and-LilyPond-compatibility-tp167723p167778.html
> Sent from the User mailing list archive at Nabble.com.
>
> ___
> lilypond-user mailing list
> lilypond-user@gnu.org
> https://lists.gnu.org/mailman/listinfo/lilypond-user



-- 
Omer Katzir
The Silent Troubadour
http://omerkatzir.com

___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: dotted note in duration-log?

2014-07-14 Thread Omer Katzir
Midi is not an issue for me and I only need it for one bar. that d in the 
beginning should be dotted without changing the rest of the piece. Now, the 
stem is in the right direction as I need it, I only need a dot next to the 
note, that’s why I’m using \once if it helps, this section of the piece is 3/8.

__
Omer Katzir

On Jul 14, 2014, at 11:30 AM, David Kastrup  wrote:

> Omer Katzir  writes:
> 
>> nothing much to say, I want the note modified by the duration-log to
>> be dotted. couldn’t really understand
>> http://www.lilypond.org/doc/v2.18/Documentation/internals/notehead
>> 
>> %
>> \version 2.18.2
>> 
>> \once \override NoteHead #'duration-log = 3 d,16 fis' b a 8
> 
> Well, on the assumption that the Midi is wonked anyway, you can add the
> dot manually and then compensate for it:
> 
> { \tweak duration-log 1 d,16.*2/3 fis'16 b a 8 r8 r2 }
> 
> If you want to be closer to the actual music (and get a proper Midi) you
> can use something like
> 
> \new Staff \with { \mergeDifferentlyHeadedOn \mergeDifferentlyDottedOn }
> << \new Voice { \stemUp d,16 fis'16 b a 8 r8 r2 }
>   \new Voice { \stemDown \single \omit Stem d,2. } >>
> 
> It's a bit strange to use different stem directions and then omit the
> stem, but that seems to be a precondition for successful head merging.
> Maybe somebody has a more straightforward approach, and maybe LilyPond
> should just not require multiple stems when producing a "foreign" head
> that does not fit the beams/flags.
> 
> -- 
> David Kastrup


___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


dotted note in duration-log?

2014-07-14 Thread Omer Katzir
nothing much to say, I want the note modified by the duration-log to be dotted. 
couldn’t really understand 
http://www.lilypond.org/doc/v2.18/Documentation/internals/notehead

%
\version 2.18.2

\once \override NoteHead #'duration-log = 3 d,16 fis' b a 8

%


Thank You,
Omer Katzir
The Silent Troubadour
http://omerkatzir.com

___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: Changing Tuning

2014-06-18 Thread Omer Katzir
Ok, I was paying the right amount of attention last night. I’ve used Pierre’s file to create my final templete  Thank you all for your help!

10 course templete.ly
Description: Binary data
On Jun 18, 2014, at 12:50 AM, Pierre Perol-Schneider <pierre.schneider.pa...@gmail.com> wrote:Hi,2014-06-17 23:17 GMT+02:00 Omer Katzir <kome...@gmail.com>:
 Basically I use two staves, one for bass one for the upper voices (usually two). Now, I tried to add a staff in the example you sent me, both by creating new staff group below the low tab staff and by just adding
  \new staff {	\clef “bass”<<\low>>}I got errors all over the place, I can paste if really needed, but it seems like I’m just missing something, I guess I’m getting confused because i’m pretty much a nub when it comes to advance tactics.  
 See enclosed.Cheers,Pierre

<luth.ly>___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: Changing Tuning

2014-06-17 Thread Omer Katzir
OK, so now that I tried it, I still need some changes to optimize it like I’m 
writing on paper.
as I’m not a master in Lilypond (yet) I will have to ask the hive mind again

Basically I use two staves, one for bass one for the upper voices (usually 
two). Now, I tried to add a staff in the example you sent me, both by creating 
new staff group below the low tab staff and by just adding
  \new staff {
\clef “bass”
<<\low>>
}

I got errors all over the place, I can paste if really needed, but it seems 
like I’m just missing something, I guess I’m getting confused because i’m 
pretty much a nub when it comes to advance tactics.  

Thank You again for your help
Omer Katzir
The Silent Troubadour 
http://omerkatir.com


On Jun 17, 2014, at 5:13 PM, Federico Bruni  wrote:

> 2014-06-17 15:41 GMT+02:00 Pierre Perol-Schneider 
> :
> I'd suggest to change Federico's code into a more lute like formulation :
> 
> Thank you: obviously, I know nothing about lute tablature :)
> 
> You guys may be interested in this issue:
> https://code.google.com/p/lilypond/issues/detail?id=3065
> 

___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: Changing Tuning

2014-06-17 Thread Omer Katzir
Thank, That’s what I needed
so many options!

On Jun 17, 2014, at 4:41 PM, Pierre Perol-Schneider 
 wrote:

> Hi Federico, Hi Omer,
> 
> I'd suggest to change Federico's code into a more lute like formulation :
> 
> %%
> \version "2.18.2"
> 
> global = {
>\time 3/4
>\cadenzaOn
>\omit Stem
> }
> 
> high = {
>\global
>s1 g,4 c f a d' g'
>\cadenzaOff
>\undo\omit Stem
>\bar "|"
>% mes.1
>  f'8 e' d' c' b a
>% fin.
>\bar "|."
> }
> 
> medium = {
>\global
>s1 g,4 c f a d' g'
> }
> 
> low = {
>\global
>c,4 d, e, f,
> }
> 
> \score {
>\new StaffGroup <<
>  \new TabStaff = "High"
>  \with {
>stringTunings = \stringTuning 
>\override VerticalAxisGroup.staff-staff-spacing = #'((padding . 1))
>\override TimeSignature.style = #'single-digit
>\revert TimeSignature.stencil
>  }
>  { << \high \\ \medium >> }
>  \new TabStaff = "Low"
>  \with {
>\omit Clef
>\override StaffSymbol.stencil = ##f
>stringTunings = \stringTuning 
>fretLabels = \markuplist {
>  "///a" \null
>  "//a" \null
>  "/a"
>  \column { \vspace #.15 "a" }
>}
>  }
>  { \low }
>  \new Staff {
>\clef "treble_8"
><< \high \\ \medium \\ \low >>
>  }
>>>
>\layout {
>  \context {
>\TabStaff
>tablatureFormat = #fret-letter-tablature-format
>  }
>}
> }
> 
> 
> HTH,
> Pierre
>  
> 


___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Changing Tuning

2014-06-16 Thread Omer Katzir
I still couldn't really find how to change tuning, I did managed to change
for french lute tabs, but it's in guitar tuning and six strings. works
great but I need 10 strings, or at least 7)

this is my code so far, I will be happy to get help.

Thank You,
Omer Katzir
The Silent Troubadour - Http://omerkatzir.com

\version "2.18.2"


\header {

...

}

global = {

\key f \major

\time 4/4

}

upper = \relative c'{

\global

\voiceOne



notes


}


lower = \relative c {

\global

\voiceTwo


notes


}

\score {

<<

\new StaffGroup = "tab with traditional" <<

\new Staff = "guitar traditional" <<

\clef "treble_8"

\context Voice = "upper" \upper

\context Voice = "lower" \lower

>>

\new TabStaff = "guitar tab" <<

\set TabStaff.tablatureFormat = #fret-letter-tablature-format

\context TabVoice = "upper" \upper

\context TabVoice = "lower" \lower

  >>

>>

>>

}

 \layout { }
___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user