mirror of
				https://codeberg.org/Sonoj/osamc.de
				synced 2025-11-04 10:45:31 +01:00 
			
		
		
		
	Compare commits
	
		
			5 Commits
		
	
	
		
			68923fd90b
			...
			ae1427f295
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 
						 | 
					ae1427f295 | ||
| 
						 | 
					69c02999c3 | ||
| 
						 | 
					c0a04992cd | ||
| 
						 | 
					c25018821a | ||
| 
						 | 
					dc7622526c | 
@ -4,3 +4,5 @@ RewriteRule ^ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
Redirect 301 /pad https://plan.osamc.de
 | 
					Redirect 301 /pad https://plan.osamc.de
 | 
				
			||||||
Redirect 301 /slides /archiv
 | 
					Redirect 301 /slides /archiv
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					AddDefaultCharset UTF-8
 | 
				
			||||||
 | 
				
			|||||||
@ -1 +1,51 @@
 | 
				
			|||||||
DirectoryIndex  index.php index.html index.htm index.pdf
 | 
					DirectoryIndex  index.php index.html index.htm index.pdf
 | 
				
			||||||
 | 
					AddDefaultCharset utf-8
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					# MIME TYPES
 | 
				
			||||||
 | 
					<IfModule mod_mime.c>
 | 
				
			||||||
 | 
						
 | 
				
			||||||
 | 
						# DEFAULTS
 | 
				
			||||||
 | 
						DefaultLanguage de
 | 
				
			||||||
 | 
						AddLanguage de-DE .html .css .js
 | 
				
			||||||
 | 
						AddCharset utf-8 .html .css .js .xml .json .rss .atom .typst .md
 | 
				
			||||||
 | 
						
 | 
				
			||||||
 | 
						# JAVASCRIPT
 | 
				
			||||||
 | 
						AddType application/javascript js jsonp
 | 
				
			||||||
 | 
						AddType application/json json
 | 
				
			||||||
 | 
						
 | 
				
			||||||
 | 
						# FONTS
 | 
				
			||||||
 | 
						AddType font/opentype otf
 | 
				
			||||||
 | 
						AddType application/font-woff woff
 | 
				
			||||||
 | 
						AddType application/x-font-woff woff
 | 
				
			||||||
 | 
						AddType application/vnd.ms-fontobject eot
 | 
				
			||||||
 | 
						AddType application/x-font-ttf ttc ttf
 | 
				
			||||||
 | 
						AddType image/svg+xml svg svgz
 | 
				
			||||||
 | 
						AddEncoding gzip svgz
 | 
				
			||||||
 | 
						
 | 
				
			||||||
 | 
						# AUDIO
 | 
				
			||||||
 | 
						AddType audio/mp4 m4a f4a f4b
 | 
				
			||||||
 | 
						AddType audio/ogg oga ogg
 | 
				
			||||||
 | 
						
 | 
				
			||||||
 | 
						# VIDEO
 | 
				
			||||||
 | 
						AddType video/mp4 mp4 m4v f4v f4p
 | 
				
			||||||
 | 
						AddType video/ogg ogv
 | 
				
			||||||
 | 
						AddType video/webm webm
 | 
				
			||||||
 | 
						AddType video/x-flv flv
 | 
				
			||||||
 | 
						
 | 
				
			||||||
 | 
						# OTHERS
 | 
				
			||||||
 | 
						AddType application/octet-stream safariextz
 | 
				
			||||||
 | 
						AddType application/x-chrome-extension crx
 | 
				
			||||||
 | 
						AddType application/x-opera-extension oex
 | 
				
			||||||
 | 
						AddType application/x-shockwave-flash swf
 | 
				
			||||||
 | 
						AddType application/x-web-app-manifest+json webapp
 | 
				
			||||||
 | 
						AddType application/x-xpinstall xpi
 | 
				
			||||||
 | 
						AddType application/xml atom rdf rss xml
 | 
				
			||||||
 | 
						AddType application/vnd.openxmlformats .docx .pptx .xlsx .xltx . xltm .dotx .potx .ppsx
 | 
				
			||||||
 | 
						AddType text/cache-manifest appcache manifest
 | 
				
			||||||
 | 
						AddType text/vtt vtt
 | 
				
			||||||
 | 
						AddType text/x-component htc
 | 
				
			||||||
 | 
						AddType text/x-vcard vcf
 | 
				
			||||||
 | 
						AddType image/webp webp
 | 
				
			||||||
 | 
						AddType image/x-icon ico
 | 
				
			||||||
 | 
						
 | 
				
			||||||
 | 
					</IfModule>
 | 
				
			||||||
 | 
				
			|||||||
							
								
								
									
										
											BIN
										
									
								
								archiv/202503-liedblaetter-mit-typst/01-der_hase_augustin.pdf
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								archiv/202503-liedblaetter-mit-typst/01-der_hase_augustin.pdf
									
									
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							@ -0,0 +1,68 @@
 | 
				
			|||||||
 | 
					#import "@preview/conchord:0.3.0": new-chordgen, smart-chord, chordify
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#set text(lang: "de")
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#set page(margin: (
 | 
				
			||||||
 | 
					  top: 1.5cm,
 | 
				
			||||||
 | 
					  bottom: 0cm,
 | 
				
			||||||
 | 
					))
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#let chord = new-chordgen()
 | 
				
			||||||
 | 
					#show: chordify
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#place(right, dx: -1em, {
 | 
				
			||||||
 | 
					    set align(left)
 | 
				
			||||||
 | 
					    // Make all text in chord graph bold
 | 
				
			||||||
 | 
					    show text: strong
 | 
				
			||||||
 | 
					    // List of used chords there
 | 
				
			||||||
 | 
					    box([
 | 
				
			||||||
 | 
					    #box(smart-chord("C")) \
 | 
				
			||||||
 | 
					    #box(chord("320033", name: "G")) \
 | 
				
			||||||
 | 
					    #box(smart-chord("Dm")) \
 | 
				
			||||||
 | 
					    #box(smart-chord("Am")) \
 | 
				
			||||||
 | 
					    ])
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					})
 | 
				
			||||||
 | 
					= Der Hase Augustin
 | 
				
			||||||
 | 
					Frederik Vahle (GEMA!)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					=== #raw("[[Strophe 1]]")
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					Es [C] war einmal ein Hase, der hieß Augustin und [G] lief unglaublich schnell. \
 | 
				
			||||||
 | 
					Wenn [Dm] der so durch die [G] Gegend lief und [C] seine fixen [Am] Haken schlug, \
 | 
				
			||||||
 | 
					dann [Dm] blieben alle [G] Leute stehn, um Augustin zu [C] sehn.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					=== #raw("[[Refrain A]]")
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					𝄆 [C] Seht mal wer da [G] rennt, [Dm] seht mal [G] wer da [C] rennt, \
 | 
				
			||||||
 | 
					[C] ist das nicht der [G] Augustin, [Dm] das Na[G] turta[C] lent. 𝄇 \
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					=== #raw("[[Strophe 2]]")
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					[C] Augustin, der flitzte, sprang über manche Pfütze und [G] aß gern Rosenkohl. \
 | 
				
			||||||
 | 
					Doch [Dm] kam der Gärtner [G] angerannt, schon [C] war der schnelle [Am] Hase weg, \
 | 
				
			||||||
 | 
					der [Dm] Gärtner stand im [G] Rosenkohl und staunte gar nicht [C] schlecht.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					=== #raw("[[Refrain B]]")
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					𝄆 [C] Dreimal Sapper[G] ment! [Dm] Dreimal [G] Sapper[C] ment! \
 | 
				
			||||||
 | 
					[C] Das ist wohl der [G] Augustin, [Dm] das Na[G] turta[C] lent. 𝄇
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					=== #raw("[[Strophe 3]]")
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					[C] Einmal kam ein Jäger, ein dicker fetter Jäger. Herr [G] Schlamm aus Düsseldorf. \
 | 
				
			||||||
 | 
					Der [Dm] hatte sich 'ne [G] Jagd gekauft und [C] wollte jetzt auf [Am] Hasen gehn. \
 | 
				
			||||||
 | 
					Da [Dm] kommt schon einer [G] angerannt, Herr Schlamm hat ihn [C] erkannt: #raw("[[Refrain B]]") \
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					=== #raw("[[Strophe 4]]")
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					Herr [C] Schlamm nahm seine Flinte, die knallte los und stank. Schon [G] flitzt der Hase weg, \
 | 
				
			||||||
 | 
					die [Dm] Kugel hinter[G] her. Doch der [C] Hase war zu [Am] schnell, \
 | 
				
			||||||
 | 
					die [Dm] Kugel fiel in'n [G] Dreck und Herr Schlamm, der schimpfte [C] sehr: #raw("[[Refrain B]]") \
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					=== #raw("[[Strophe 5]]")
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					[C] Augustin war stolz, er trug die Nase hoch und einen [G] Orden auch. \
 | 
				
			||||||
 | 
					Er [Dm] wurde Landes[G] meister gar im [C] großen Zickzack[Am] dauerlauf, \
 | 
				
			||||||
 | 
					und [Dm] bei der Ehren[G] runde sangen alle Mann ganz [C] laut: #raw("[[Refrain A]]") \
 | 
				
			||||||
							
								
								
									
										
											BIN
										
									
								
								archiv/202503-liedblaetter-mit-typst/02-montag_und_dienstag.pdf
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								archiv/202503-liedblaetter-mit-typst/02-montag_und_dienstag.pdf
									
									
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							@ -0,0 +1,97 @@
 | 
				
			|||||||
 | 
					#import "@preview/conchord:0.3.0": new-chordgen, smart-chord, chordify
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#set text(lang: "de")
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#let chord = new-chordgen()
 | 
				
			||||||
 | 
					#show: chordify
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#set align(center)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					= Montag und Dienstag und Mittwoch... wie gehts?
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#v(2em)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					//Music
 | 
				
			||||||
 | 
					/*
 | 
				
			||||||
 | 
					treble time34 keyE  e4 e h, | e e h, | e d e | f2. | f8 f f4 h, |  f8 f f4 h, | f e f | g2. |
 | 
				
			||||||
 | 
					treble a4 b c' | f2 f4 | g a b | e2. | e4 d c | b, b, g | a g f | e2. |.
 | 
				
			||||||
 | 
					*/
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#block(
 | 
				
			||||||
 | 
					[
 | 
				
			||||||
 | 
					#set text(size: 20pt , font: "MusiQwik")
 | 
				
			||||||
 | 
					&=3=¤=T=T=Q=!=T=T=Q=!=T=S=T=!=eµ=!=E=E=U=Q=!=E=E=U=Q=!=U=T=U=!=f¶=! \
 | 
				
			||||||
 | 
					&=¤=W=X=Y=!=e=U=!=V=W=X=!=d´=!=T=S=R=!=Q=Q=V=!=W=V=U=!=d´=.
 | 
				
			||||||
 | 
					]
 | 
				
			||||||
 | 
					)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#set align(left)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#v(2em)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					== In E
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#place(right, dx: 4em, {
 | 
				
			||||||
 | 
					    set align(left)
 | 
				
			||||||
 | 
					    // Make all text in chord graph bold
 | 
				
			||||||
 | 
					    show text: strong
 | 
				
			||||||
 | 
					    // List of used chords there
 | 
				
			||||||
 | 
					    box([
 | 
				
			||||||
 | 
					#box(smart-chord("E"))
 | 
				
			||||||
 | 
					#box(smart-chord("A"))
 | 
				
			||||||
 | 
					#box(chord("x21202", name: "H7"))
 | 
				
			||||||
 | 
					    ])
 | 
				
			||||||
 | 
					})
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					[E] Montag und Dienstag und Mittwoch, wie [H7] gehts? \
 | 
				
			||||||
 | 
					[H7] Donnerstag und Freitag und Samstag, wie [E] stehts? \
 | 
				
			||||||
 | 
					[A] Kommst du am Sonntag [E] mit mir nach Haus? \
 | 
				
			||||||
 | 
					[E] Wir essen [H7] Kuchen, die Woche ist [E] aus!
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#v(2em)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					== In D
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#place(right, dx: 4em, dy: -2em, {
 | 
				
			||||||
 | 
					    set align(left)
 | 
				
			||||||
 | 
					    // Make all text in chord graph bold
 | 
				
			||||||
 | 
					    show text: strong
 | 
				
			||||||
 | 
					    // List of used chords there
 | 
				
			||||||
 | 
					    box([
 | 
				
			||||||
 | 
					#box(smart-chord("D"))
 | 
				
			||||||
 | 
					#box(smart-chord("G")) \
 | 
				
			||||||
 | 
					#box(smart-chord("A"))
 | 
				
			||||||
 | 
					#box(smart-chord("A7"))
 | 
				
			||||||
 | 
					    ])
 | 
				
			||||||
 | 
					})
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					[D] Montag und Dienstag und Mittwoch, wie [A] gehts? \
 | 
				
			||||||
 | 
					[A7] Donnerstag und Freitag und Samstag, wie [D] stehts? \
 | 
				
			||||||
 | 
					[G] Kommst du am Sonntag [D] mit mir nach Haus? \
 | 
				
			||||||
 | 
					[D] Wir essen [A7] Kuchen, die Woche ist [D] aus! \
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#v(4em)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#set text(8pt)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					== Anleitung
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					Alle Kinder sitzen im Stuhlkreis. Alle singen mit.
 | 
				
			||||||
 | 
					Ein Kind darf in der Mitte im Kreis entlanggehen. Bei Montag,
 | 
				
			||||||
 | 
					Dienstag, Donnerstag und Freitag heben die sitzenden Kinder die Hand und die Person in der Mitte
 | 
				
			||||||
 | 
					klatscht beim vorbeigehen ab. Bei Mittwoch und Samstag geben sich die beiden die Hand, wie zur Begrüßung.
 | 
				
			||||||
 | 
					Für den Sonntag zieht das Herumgehende das Kind aus dem Stuhlkreis in die Mitte und die beiden tanzen zusammen.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					Jetzt setzt sich das erste Kind wieder und das neue macht weiter, das Lied geht von vorne los.
 | 
				
			||||||
 | 
					Wer schon getanz hat und erneut an die Reihe käme wird übersprungen.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					Textvariante: Das Kind, das neu im Kreis ist ruft schnell, bevor es losgeht, ein Essen in den Kreis, was dann am Sonntag alle statt "Kuchen" singen.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					=== Variante für größere Gruppen:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					Es werden zwei Stehkreise gebildet, einer innen und einer außen, je mit der gleichen Anzahl an Kindern Man steht am Anfang rechte Schulter an rechter Schulter.
 | 
				
			||||||
 | 
					Der äußere Kreis geht im Uhrzeigersinn, der innere dagegen.
 | 
				
			||||||
 | 
					Jetzt klatschen alle gleichzeitig ab, gehen eine Person weiter (jeweils geradeaus),  geben sich die Hände und tanzen am "Sonntag" mit der Person, bei der sie gerade angekommen sind.
 | 
				
			||||||
							
								
								
									
										
											BIN
										
									
								
								archiv/202503-liedblaetter-mit-typst/2025-03-11-turnarounds.pdf
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								archiv/202503-liedblaetter-mit-typst/2025-03-11-turnarounds.pdf
									
									
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							@ -0,0 +1,33 @@
 | 
				
			|||||||
 | 
					#import "@preview/conchord:0.3.0": new-chordgen, smart-chord, chordify
 | 
				
			||||||
 | 
					#let chord = new-chordgen()
 | 
				
			||||||
 | 
					#show: chordify
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					= Akkordwechsel (Turnarounds)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					Die folgenden Akkordfolgen eignen sich sehr zum Üben der Akkordwechsel.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					Sie sind gleichzeitig typische Akkordverbindungen, die in vielen Liedern benutzt werden.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					== Übungen
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					Jede der Übungen soll mit je 8, 4, 2 und 1 Schlag pro Akkord gespielt werden.
 | 
				
			||||||
 | 
					D.h. erst Akkordwechsel nach 8 Schlägen, so dass man viel Zeit hat. Danach eine Runde mit 4 Schlägen pro Akkord, dann mit 2 und schließlich nur ein Schlag pro Akkord.
 | 
				
			||||||
 | 
					Wenn man besser wird sollte man die Runden mit 8 und 4 Schlägen weg lassen, da diese sonst zu langweilig werden.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					Die 7er Akkorde sind hier alle zu spielen und nicht freiwillig.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					- C Am Dm G
 | 
				
			||||||
 | 
					- Em D G H7
 | 
				
			||||||
 | 
					- Am E F C
 | 
				
			||||||
 | 
					- D G E7 A7
 | 
				
			||||||
 | 
					- G C A D7
 | 
				
			||||||
 | 
					- A E E7 A | D A H7 E
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					= Akkordtabelle
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#box(smart-chord("C")) #box(smart-chord("D")) #box(smart-chord("D7"))  #box(smart-chord("Dm")) \
 | 
				
			||||||
 | 
					#box(smart-chord("E"))  #box(smart-chord("E7")) #box(smart-chord("Em"))
 | 
				
			||||||
 | 
					#box(smart-chord("F")) #box(chord("320033", name: "G")) \
 | 
				
			||||||
 | 
					#box(smart-chord("A"))   #box(smart-chord("A7")) #box(smart-chord("Am")) #box(chord("x21202", name: "H7"))
 | 
				
			||||||
							
								
								
									
										44
									
								
								archiv/202503-liedblaetter-mit-typst/content.md
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										44
									
								
								archiv/202503-liedblaetter-mit-typst/content.md
									
									
									
									
									
										Normal file
									
								
							@ -0,0 +1,44 @@
 | 
				
			|||||||
 | 
					Gitarren-Liedblätter mit Typst
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					_Falls Sie über eine Suchmaschine hierher gelangt sind: Dieses Dokument dient lediglich als Begleitmaterial und Zusammenfassung eines mündlichen Vortrags._
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					## Typst
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					Typeset und Layout System für Papier, PDF und (irgendwann) Web.
 | 
				
			||||||
 | 
					* https://typst.app/
 | 
				
			||||||
 | 
					* "So wie LaTeX, aber neuer und einfacher"
 | 
				
			||||||
 | 
					  * Klar, nicht das erste Projekt, dass das versucht und verspricht.
 | 
				
			||||||
 | 
					  * Aber: Für mich persönlich Sweet Spot Funktionalität / Komplexität und Community drumherum.
 | 
				
			||||||
 | 
					  * Liegt auch daran, dass es Syntax und Konzepte benutzt, die ich oft benutze, im Gegensatz zu LaTeX: Markdown, Skriptsprachen etc.
 | 
				
			||||||
 | 
					* Open Source, Linux, Commandline
 | 
				
			||||||
 | 
					  * Nicht verwirren lassen von "Pricing" etc. da steckt wie so oft heute noch eine Webapp&Service oben drauf zum Geld verdienen.
 | 
				
			||||||
 | 
					* Community Hosting: https://typst.app/universe/
 | 
				
			||||||
 | 
					  * Templates (z.B. DIN 5008 Brief)
 | 
				
			||||||
 | 
					  * Packages (Akkordsymbole)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					Terminal Beispiele:
 | 
				
			||||||
 | 
					```
 | 
				
			||||||
 | 
					typst compile document.typst # -> document.pdf
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					# bei jeder Änderung neu, man kann den PDF Viewer offen lassen
 | 
				
			||||||
 | 
					typst watch document.tpyst
 | 
				
			||||||
 | 
					```
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					## Conchord
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					Typst kann "Packages": Module, Extension, Plugins; wie man das auch immer nennen möchte. Es lädt die sogar automatisch herunter (und dann werden sie offline verwendet).
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					Gitarrenakkorde o.ä. gehen gut mir https://typst.app/universe/package/conchord/
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					>Write up a song with chords into Typst format in quite a pretty and simple way.
 | 
				
			||||||
 | 
					>Explore all the possible chord variants with your special tuning of your special string instrument (like ukulele, bass guitar, mandolin or anything else).
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					## Beispiele
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					* [Typst: Turarounds](./2025-03-11-turnarounds.typst)
 | 
				
			||||||
 | 
					* [PDF: Turarounds](./2025-03-11-turnarounds.pdf)
 | 
				
			||||||
 | 
					* [Typst: Der Hase Augustin](./01-der_hase_augustin.typst)
 | 
				
			||||||
 | 
					* [PDF: Der Hase Augustin](./01-der_hase_augustin.pdf)
 | 
				
			||||||
 | 
					* [Typst: Montag und Dienstag](./02-montag_und_dienstag.typst)
 | 
				
			||||||
 | 
					* [PDF: Montag und Dienstag](./02-montag_und_dienstag.pdf)
 | 
				
			||||||
							
								
								
									
										2324
									
								
								archiv/202503-liedblaetter-mit-typst/index.php
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										2324
									
								
								archiv/202503-liedblaetter-mit-typst/index.php
									
									
									
									
									
										Normal file
									
								
							
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							
							
								
								
									
										8
									
								
								archiv/202503-liedblaetter-mit-typst/metadata.ini
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										8
									
								
								archiv/202503-liedblaetter-mit-typst/metadata.ini
									
									
									
									
									
										Normal file
									
								
							@ -0,0 +1,8 @@
 | 
				
			|||||||
 | 
					[Meta]
 | 
				
			||||||
 | 
					#YYYY-MM
 | 
				
			||||||
 | 
					Date = 2025-03
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#e.g. CC-by-sa, CC-by, All Rights Reserved
 | 
				
			||||||
 | 
					License = CC-by-sa
 | 
				
			||||||
 | 
					PrettyName = Gitarren-Liedblätter mit Typst erstellen
 | 
				
			||||||
 | 
					Author = nils
 | 
				
			||||||
							
								
								
									
										
											BIN
										
									
								
								stuff/bingo.pdf
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								stuff/bingo.pdf
									
									
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										63
									
								
								stuff/bingo.typst
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										63
									
								
								stuff/bingo.typst
									
									
									
									
									
										Normal file
									
								
							@ -0,0 +1,63 @@
 | 
				
			|||||||
 | 
					#set page(flipped: true) // A4 paper format
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					// Bingo Title
 | 
				
			||||||
 | 
					= OSAMC BINGO 2025-03
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					Spielregeln: Schreibe je einen Begriff in ein Feld. Höre während des Treffens zu – sobald jemand den Begriff nennt, markiere das Feld.
 | 
				
			||||||
 | 
					Übersetzte Begriffe (Ton = Sound o. Beamer = Projektor) zählen auch.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					Gewonnen hat, wer eine durchgehende Reihe horizontal, vertikal oder diagonal markiert.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#let words = (
 | 
				
			||||||
 | 
					    "Ardour", "JACK", "Pipewire", "Plugin",
 | 
				
			||||||
 | 
					    "MIDI", "Gitarre", "Ton", "Chat",
 | 
				
			||||||
 | 
					    "Latenz", "Terminal", "Lizenz", "Akkord",
 | 
				
			||||||
 | 
					    "Platte", "Uhr", "Projektor", "Stecker"
 | 
				
			||||||
 | 
					)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#place(right, dy: 2em, dx: -32em, {
 | 
				
			||||||
 | 
					    set align(left)
 | 
				
			||||||
 | 
					    show text: strong
 | 
				
			||||||
 | 
					    [
 | 
				
			||||||
 | 
					    = Begriffe
 | 
				
			||||||
 | 
					    #for word in words.sorted() [
 | 
				
			||||||
 | 
					      - #word
 | 
				
			||||||
 | 
					    ]
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    ]
 | 
				
			||||||
 | 
					})
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#h(1cm) // Spacer
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#grid(
 | 
				
			||||||
 | 
					      columns: 4,
 | 
				
			||||||
 | 
					      rows: 4,
 | 
				
			||||||
 | 
					      row-gutter: 1em,
 | 
				
			||||||
 | 
					      column-gutter: 1em,
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					      [#rect(width: 2cm, height: 2cm) #rect(width: 2cm, height: 2cm) #rect(width: 2cm, height: 2cm) #rect(width: 2cm, height: 2cm)  ],
 | 
				
			||||||
 | 
					      [#rect(width: 2cm, height: 2cm) #rect(width: 2cm, height: 2cm) #rect(width: 2cm, height: 2cm) #rect(width: 2cm, height: 2cm)  ],
 | 
				
			||||||
 | 
					      [#rect(width: 2cm, height: 2cm) #rect(width: 2cm, height: 2cm) #rect(width: 2cm, height: 2cm) #rect(width: 2cm, height: 2cm)  ],
 | 
				
			||||||
 | 
					      [#rect(width: 2cm, height: 2cm) #rect(width: 2cm, height: 2cm) #rect(width: 2cm, height: 2cm) #rect(width: 2cm, height: 2cm)  ],
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#place(top, dy: 8em, dx: 35em, {
 | 
				
			||||||
 | 
					    set align(left)
 | 
				
			||||||
 | 
					    show text: strong
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    [
 | 
				
			||||||
 | 
					    #grid(
 | 
				
			||||||
 | 
					      columns: 4,
 | 
				
			||||||
 | 
					      rows: 4,
 | 
				
			||||||
 | 
					      row-gutter: 1em,
 | 
				
			||||||
 | 
					      column-gutter: 1em,
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					          [#rect(width: 2cm, height: 2cm) #rect(width: 2cm, height: 2cm) #rect(width: 2cm, height: 2cm) #rect(width: 2cm, height: 2cm)  ],
 | 
				
			||||||
 | 
					          [#rect(width: 2cm, height: 2cm) #rect(width: 2cm, height: 2cm) #rect(width: 2cm, height: 2cm) #rect(width: 2cm, height: 2cm)  ],
 | 
				
			||||||
 | 
					          [#rect(width: 2cm, height: 2cm) #rect(width: 2cm, height: 2cm) #rect(width: 2cm, height: 2cm) #rect(width: 2cm, height: 2cm)  ],
 | 
				
			||||||
 | 
					          [#rect(width: 2cm, height: 2cm) #rect(width: 2cm, height: 2cm) #rect(width: 2cm, height: 2cm) #rect(width: 2cm, height: 2cm)  ],
 | 
				
			||||||
 | 
					    )
 | 
				
			||||||
 | 
					    ]
 | 
				
			||||||
 | 
					})
 | 
				
			||||||
							
								
								
									
										215
									
								
								stuff/osamc.svg
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										215
									
								
								stuff/osamc.svg
									
									
									
									
									
										Normal file
									
								
							@ -0,0 +1,215 @@
 | 
				
			|||||||
 | 
					<?xml version="1.0" encoding="UTF-8" standalone="no"?>
 | 
				
			||||||
 | 
					<!-- Created with Inkscape (http://www.inkscape.org/) -->
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					<svg
 | 
				
			||||||
 | 
					   xmlns:dc="http://purl.org/dc/elements/1.1/"
 | 
				
			||||||
 | 
					   xmlns:cc="http://creativecommons.org/ns#"
 | 
				
			||||||
 | 
					   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
 | 
				
			||||||
 | 
					   xmlns:svg="http://www.w3.org/2000/svg"
 | 
				
			||||||
 | 
					   xmlns="http://www.w3.org/2000/svg"
 | 
				
			||||||
 | 
					   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
 | 
				
			||||||
 | 
					   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
 | 
				
			||||||
 | 
					   width="297mm"
 | 
				
			||||||
 | 
					   height="210mm"
 | 
				
			||||||
 | 
					   viewBox="0 0 297 210"
 | 
				
			||||||
 | 
					   version="1.1"
 | 
				
			||||||
 | 
					   id="svg8"
 | 
				
			||||||
 | 
					   inkscape:version="0.92.2 5c3e80d, 2017-08-06"
 | 
				
			||||||
 | 
					   sodipodi:docname="osamc.svg"
 | 
				
			||||||
 | 
					   inkscape:export-filename="/home/nils/osamclogo.png"
 | 
				
			||||||
 | 
					   inkscape:export-xdpi="299.96188"
 | 
				
			||||||
 | 
					   inkscape:export-ydpi="299.96188">
 | 
				
			||||||
 | 
					  <defs
 | 
				
			||||||
 | 
					     id="defs2" />
 | 
				
			||||||
 | 
					  <sodipodi:namedview
 | 
				
			||||||
 | 
					     id="base"
 | 
				
			||||||
 | 
					     pagecolor="#ffffff"
 | 
				
			||||||
 | 
					     bordercolor="#666666"
 | 
				
			||||||
 | 
					     borderopacity="1.0"
 | 
				
			||||||
 | 
					     inkscape:pageopacity="0.0"
 | 
				
			||||||
 | 
					     inkscape:pageshadow="2"
 | 
				
			||||||
 | 
					     inkscape:zoom="0.7"
 | 
				
			||||||
 | 
					     inkscape:cx="160.64124"
 | 
				
			||||||
 | 
					     inkscape:cy="511.10149"
 | 
				
			||||||
 | 
					     inkscape:document-units="mm"
 | 
				
			||||||
 | 
					     inkscape:current-layer="layer1"
 | 
				
			||||||
 | 
					     showgrid="false"
 | 
				
			||||||
 | 
					     inkscape:window-width="3838"
 | 
				
			||||||
 | 
					     inkscape:window-height="2098"
 | 
				
			||||||
 | 
					     inkscape:window-x="0"
 | 
				
			||||||
 | 
					     inkscape:window-y="30"
 | 
				
			||||||
 | 
					     inkscape:window-maximized="1" />
 | 
				
			||||||
 | 
					  <metadata
 | 
				
			||||||
 | 
					     id="metadata5">
 | 
				
			||||||
 | 
					    <rdf:RDF>
 | 
				
			||||||
 | 
					      <cc:Work
 | 
				
			||||||
 | 
					         rdf:about="">
 | 
				
			||||||
 | 
					        <dc:format>image/svg+xml</dc:format>
 | 
				
			||||||
 | 
					        <dc:type
 | 
				
			||||||
 | 
					           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
 | 
				
			||||||
 | 
					        <dc:title />
 | 
				
			||||||
 | 
					      </cc:Work>
 | 
				
			||||||
 | 
					    </rdf:RDF>
 | 
				
			||||||
 | 
					  </metadata>
 | 
				
			||||||
 | 
					  <g
 | 
				
			||||||
 | 
					     inkscape:label="Layer 1"
 | 
				
			||||||
 | 
					     inkscape:groupmode="layer"
 | 
				
			||||||
 | 
					     id="layer1"
 | 
				
			||||||
 | 
					     transform="translate(0,-87)">
 | 
				
			||||||
 | 
					    <text
 | 
				
			||||||
 | 
					       xml:space="preserve"
 | 
				
			||||||
 | 
					       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10.58333302px;line-height:1.25;font-family:'Sturkopf Grotesk';-inkscape-font-specification:'Sturkopf Grotesk';letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.26458332"
 | 
				
			||||||
 | 
					       x="39.404018"
 | 
				
			||||||
 | 
					       y="131.44643"
 | 
				
			||||||
 | 
					       id="text863"><tspan
 | 
				
			||||||
 | 
					         sodipodi:role="line"
 | 
				
			||||||
 | 
					         id="tspan861"
 | 
				
			||||||
 | 
					         x="39.404018"
 | 
				
			||||||
 | 
					         y="141.23601"
 | 
				
			||||||
 | 
					         style="stroke-width:0.26458332" /></text>
 | 
				
			||||||
 | 
					    <flowRoot
 | 
				
			||||||
 | 
					       xml:space="preserve"
 | 
				
			||||||
 | 
					       id="flowRoot884"
 | 
				
			||||||
 | 
					       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:40px;line-height:1.25;font-family:'Sturkopf Grotesk';-inkscape-font-specification:'Sturkopf Grotesk';letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none"
 | 
				
			||||||
 | 
					       transform="scale(0.26458333)"><flowRegion
 | 
				
			||||||
 | 
					         id="flowRegion886"><rect
 | 
				
			||||||
 | 
					           id="rect888"
 | 
				
			||||||
 | 
					           width="541.44177"
 | 
				
			||||||
 | 
					           height="816.20325"
 | 
				
			||||||
 | 
					           x="-711.1474"
 | 
				
			||||||
 | 
					           y="13.37219" /></flowRegion><flowPara
 | 
				
			||||||
 | 
					         id="flowPara890" /></flowRoot>    <text
 | 
				
			||||||
 | 
					       xml:space="preserve"
 | 
				
			||||||
 | 
					       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10.58333302px;line-height:1.25;font-family:'Sturkopf Grotesk';-inkscape-font-specification:'Sturkopf Grotesk';letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.26458332"
 | 
				
			||||||
 | 
					       x="-392.8862"
 | 
				
			||||||
 | 
					       y="30.265011"
 | 
				
			||||||
 | 
					       id="text894"><tspan
 | 
				
			||||||
 | 
					         sodipodi:role="line"
 | 
				
			||||||
 | 
					         id="tspan892"
 | 
				
			||||||
 | 
					         x="-392.8862"
 | 
				
			||||||
 | 
					         y="30.265011"
 | 
				
			||||||
 | 
					         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:'DejaVu Sans';-inkscape-font-specification:'DejaVu Sans';stroke-width:0.26458332">Sturkopf Grotesk Font CAPS</tspan><tspan
 | 
				
			||||||
 | 
					         sodipodi:role="line"
 | 
				
			||||||
 | 
					         x="-392.8862"
 | 
				
			||||||
 | 
					         y="43.919991"
 | 
				
			||||||
 | 
					         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:'DejaVu Sans';-inkscape-font-specification:'DejaVu Sans';stroke-width:0.26458332"
 | 
				
			||||||
 | 
					         id="tspan896"> Schriftgröße 100</tspan><tspan
 | 
				
			||||||
 | 
					         sodipodi:role="line"
 | 
				
			||||||
 | 
					         x="-392.8862"
 | 
				
			||||||
 | 
					         y="57.57497"
 | 
				
			||||||
 | 
					         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:'DejaVu Sans';-inkscape-font-specification:'DejaVu Sans';stroke-width:0.26458332"
 | 
				
			||||||
 | 
					         id="tspan898">1px Abstand zwischen den Buchstaben</tspan><tspan
 | 
				
			||||||
 | 
					         sodipodi:role="line"
 | 
				
			||||||
 | 
					         x="-392.8862"
 | 
				
			||||||
 | 
					         y="71.22995"
 | 
				
			||||||
 | 
					         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:'DejaVu Sans';-inkscape-font-specification:'DejaVu Sans';stroke-width:0.26458332"
 | 
				
			||||||
 | 
					         id="tspan900">50% Height (nicht breite skalieren)</tspan><tspan
 | 
				
			||||||
 | 
					         sodipodi:role="line"
 | 
				
			||||||
 | 
					         x="-392.8862"
 | 
				
			||||||
 | 
					         y="84.884933"
 | 
				
			||||||
 | 
					         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:'DejaVu Sans';-inkscape-font-specification:'DejaVu Sans';stroke-width:0.26458332"
 | 
				
			||||||
 | 
					         id="tspan902" /><tspan
 | 
				
			||||||
 | 
					         sodipodi:role="line"
 | 
				
			||||||
 | 
					         x="-392.8862"
 | 
				
			||||||
 | 
					         y="98.114098"
 | 
				
			||||||
 | 
					         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:'DejaVu Sans';-inkscape-font-specification:'DejaVu Sans';stroke-width:0.26458332"
 | 
				
			||||||
 | 
					         id="tspan904">Unterschrift:</tspan><tspan
 | 
				
			||||||
 | 
					         sodipodi:role="line"
 | 
				
			||||||
 | 
					         x="-392.8862"
 | 
				
			||||||
 | 
					         y="111.76908"
 | 
				
			||||||
 | 
					         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:'DejaVu Sans';-inkscape-font-specification:'DejaVu Sans';stroke-width:0.26458332"
 | 
				
			||||||
 | 
					         id="tspan906">normale schrift, kein extra Space, keine height.</tspan><tspan
 | 
				
			||||||
 | 
					         sodipodi:role="line"
 | 
				
			||||||
 | 
					         x="-392.8862"
 | 
				
			||||||
 | 
					         y="125.42406"
 | 
				
			||||||
 | 
					         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:'DejaVu Sans';-inkscape-font-specification:'DejaVu Sans';stroke-width:0.26458332"
 | 
				
			||||||
 | 
					         id="tspan908">Auf gleiche Breite wie das Logo gemacht, zentral unten drunter</tspan><tspan
 | 
				
			||||||
 | 
					         sodipodi:role="line"
 | 
				
			||||||
 | 
					         x="-392.8862"
 | 
				
			||||||
 | 
					         y="139.07904"
 | 
				
			||||||
 | 
					         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:'DejaVu Sans';-inkscape-font-specification:'DejaVu Sans';stroke-width:0.26458332"
 | 
				
			||||||
 | 
					         id="tspan910" /><tspan
 | 
				
			||||||
 | 
					         sodipodi:role="line"
 | 
				
			||||||
 | 
					         x="-392.8862"
 | 
				
			||||||
 | 
					         y="152.3082"
 | 
				
			||||||
 | 
					         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:'DejaVu Sans';-inkscape-font-specification:'DejaVu Sans';stroke-width:0.26458332"
 | 
				
			||||||
 | 
					         id="tspan912">Position der Unterschrift nach Augenmaß</tspan><tspan
 | 
				
			||||||
 | 
					         sodipodi:role="line"
 | 
				
			||||||
 | 
					         x="-392.8862"
 | 
				
			||||||
 | 
					         y="165.96318"
 | 
				
			||||||
 | 
					         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:'DejaVu Sans';-inkscape-font-specification:'DejaVu Sans';stroke-width:0.26458332"
 | 
				
			||||||
 | 
					         id="tspan914" /><tspan
 | 
				
			||||||
 | 
					         sodipodi:role="line"
 | 
				
			||||||
 | 
					         x="-392.8862"
 | 
				
			||||||
 | 
					         y="179.19235"
 | 
				
			||||||
 | 
					         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:'DejaVu Sans';-inkscape-font-specification:'DejaVu Sans';stroke-width:0.26458332"
 | 
				
			||||||
 | 
					         id="tspan916">Export als transparent SVG</tspan><tspan
 | 
				
			||||||
 | 
					         sodipodi:role="line"
 | 
				
			||||||
 | 
					         x="-392.8862"
 | 
				
			||||||
 | 
					         y="192.84734"
 | 
				
			||||||
 | 
					         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:'DejaVu Sans';-inkscape-font-specification:'DejaVu Sans';stroke-width:0.26458332"
 | 
				
			||||||
 | 
					         id="tspan918">Dann Farben und Schatten in Gimp, je nach Einsatzzweck</tspan></text>
 | 
				
			||||||
 | 
					    <text
 | 
				
			||||||
 | 
					       transform="scale(1.4142136,0.70710677)"
 | 
				
			||||||
 | 
					       id="text922"
 | 
				
			||||||
 | 
					       y="344.80545"
 | 
				
			||||||
 | 
					       x="-254.91116"
 | 
				
			||||||
 | 
					       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:7.48354673px;line-height:1.25;font-family:'Sturkopf Grotesk';-inkscape-font-specification:'Sturkopf Grotesk';letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.18708865"
 | 
				
			||||||
 | 
					       xml:space="preserve"><tspan
 | 
				
			||||||
 | 
					         style="font-size:35.27777863px;letter-spacing:0.26458333px;stroke-width:0.18708865"
 | 
				
			||||||
 | 
					         y="344.80545"
 | 
				
			||||||
 | 
					         x="-254.91116"
 | 
				
			||||||
 | 
					         id="tspan920"
 | 
				
			||||||
 | 
					         sodipodi:role="line">OSAMC</tspan></text>
 | 
				
			||||||
 | 
					    <text
 | 
				
			||||||
 | 
					       id="text926"
 | 
				
			||||||
 | 
					       y="252.30943"
 | 
				
			||||||
 | 
					       x="-359.34747"
 | 
				
			||||||
 | 
					       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:8.76964569px;line-height:1.25;font-family:'Sturkopf Grotesk';-inkscape-font-specification:'Sturkopf Grotesk';letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.21924116"
 | 
				
			||||||
 | 
					       xml:space="preserve"><tspan
 | 
				
			||||||
 | 
					         style="stroke-width:0.21924116"
 | 
				
			||||||
 | 
					         y="252.30943"
 | 
				
			||||||
 | 
					         x="-359.34747"
 | 
				
			||||||
 | 
					         id="tspan924"
 | 
				
			||||||
 | 
					         sodipodi:role="line">Open Source Audio Meeting Cologne</tspan></text>
 | 
				
			||||||
 | 
					    <text
 | 
				
			||||||
 | 
					       xml:space="preserve"
 | 
				
			||||||
 | 
					       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:26.86433792px;line-height:1.25;font-family:'Sturkopf Grotesk';-inkscape-font-specification:'Sturkopf Grotesk';letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.67160839"
 | 
				
			||||||
 | 
					       x="10.120549"
 | 
				
			||||||
 | 
					       y="258.07074"
 | 
				
			||||||
 | 
					       id="text865"
 | 
				
			||||||
 | 
					       transform="scale(1.4142136,0.70710677)"><tspan
 | 
				
			||||||
 | 
					         sodipodi:role="line"
 | 
				
			||||||
 | 
					         id="tspan863"
 | 
				
			||||||
 | 
					         x="10.120549"
 | 
				
			||||||
 | 
					         y="258.07074"
 | 
				
			||||||
 | 
					         style="font-size:126.63970947px;letter-spacing:0.94979775px;stroke-width:0.67160839">OSAMC</tspan></text>
 | 
				
			||||||
 | 
					    <text
 | 
				
			||||||
 | 
					       xml:space="preserve"
 | 
				
			||||||
 | 
					       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:31.48115921px;line-height:1.25;font-family:'Sturkopf Grotesk';-inkscape-font-specification:'Sturkopf Grotesk';letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.78702903"
 | 
				
			||||||
 | 
					       x="18.445427"
 | 
				
			||||||
 | 
					       y="212.97943"
 | 
				
			||||||
 | 
					       id="text869"><tspan
 | 
				
			||||||
 | 
					         sodipodi:role="line"
 | 
				
			||||||
 | 
					         id="tspan867"
 | 
				
			||||||
 | 
					         x="18.445427"
 | 
				
			||||||
 | 
					         y="212.97943"
 | 
				
			||||||
 | 
					         style="stroke-width:0.78702903">Open Source Audio Meeting Cologne</tspan></text>
 | 
				
			||||||
 | 
					    <text
 | 
				
			||||||
 | 
					       xml:space="preserve"
 | 
				
			||||||
 | 
					       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10.58333302px;line-height:1.25;font-family:'Sturkopf Grotesk';-inkscape-font-specification:'Sturkopf Grotesk';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.26458332"
 | 
				
			||||||
 | 
					       x="148.48752"
 | 
				
			||||||
 | 
					       y="255.04463"
 | 
				
			||||||
 | 
					       id="text850"><tspan
 | 
				
			||||||
 | 
					         sodipodi:role="line"
 | 
				
			||||||
 | 
					         id="tspan848"
 | 
				
			||||||
 | 
					         x="148.48752"
 | 
				
			||||||
 | 
					         y="255.04463"
 | 
				
			||||||
 | 
					         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:'TeX Gyre Adventor';-inkscape-font-specification:'TeX Gyre Adventor';text-align:center;text-anchor:middle;stroke-width:0.26458332">Im Erdgeschoss</tspan><tspan
 | 
				
			||||||
 | 
					         sodipodi:role="line"
 | 
				
			||||||
 | 
					         x="148.48752"
 | 
				
			||||||
 | 
					         y="268.35846"
 | 
				
			||||||
 | 
					         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:'TeX Gyre Adventor';-inkscape-font-specification:'TeX Gyre Adventor';text-align:center;text-anchor:middle;stroke-width:0.26458332"
 | 
				
			||||||
 | 
					         id="tspan852">Gerade aus durch zum Chaos Computer Club</tspan></text>
 | 
				
			||||||
 | 
					  </g>
 | 
				
			||||||
 | 
					</svg>
 | 
				
			||||||
| 
		 After Width: | Height: | Size: 11 KiB  | 
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user